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
This commit is contained in:
Thomas Vander Stichele 2005-07-13 19:25:23 +00:00
parent 1ea0574af4
commit 3489636a8d

View 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)