diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 4 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-12-16 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst-libs/gst/audio/Makefile.am: + Try to fix buildbot. + 2004-12-16 Thomas Vander Stichele <thomas at apestaart dot org> * gst/tcp/gstmultifdsink.c: diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index 99089947..f00717b1 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -25,7 +25,9 @@ libgstaudioinclude_HEADERS = \ audio.h \ audioclock.h \ gstaudiofilter.h \ - multichannel.h \ + multichannel.h + +nodist_libgstaudioinclude_HEADERS = \ multichannel-enumtypes.h libgstaudio_la_LIBADD = |