install the enumtypes header because audio plugins in other modules need it
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Jul 2005 19:25:23 +0000 (19:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 13 Jul 2005 19:25:23 +0000 (19:25 +0000)
Original commit message from CVS:
install the enumtypes header because audio plugins in other modules need it

gst-libs/gst/audio/Makefile.am

index 7131e7b..df78502 100644 (file)
@@ -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)