diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-16 19:45:32 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-12-16 19:45:32 +0000 |
commit | 00ef3cdfc619aab1c2011d261b48915f1e1aa180 (patch) | |
tree | 978d9dd886a4ac33ff81ab9b1869d3a90da1e0aa /gst-libs | |
parent | 545cb106b5aa4792cbbf18d389ff78f2d349d98d (diff) |
gst-libs/gst/audio/Makefile.am: Try to fix buildbot.
Original commit message from CVS:
* gst-libs/gst/audio/Makefile.am:
Try to fix buildbot.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/audio/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 = |