From 3489636a8da7a3ea84cc830d6bfbba292e2b28c6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 13 Jul 2005 19:25:23 +0000 Subject: [PATCH] install the enumtypes header because audio plugins in other modules need it Original commit message from CVS: install the enumtypes header because audio plugins in other modules need it --- gst-libs/gst/audio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 7131e7b2b4..df78502525 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -33,7 +33,8 @@ libgstaudio_@GST_MAJORMINOR@include_HEADERS = \ gstbaseaudiosink.h \ gstbaseaudiosrc.h \ gstringbuffer.h \ - multichannel.h + multichannel.h \ + multichannel-enumtypes.h libgstaudio_@GST_MAJORMINOR@_la_LIBADD = libgstaudio_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)