diff options
author | Christian Schaller <uraeus@gnome.org> | 2003-07-05 22:45:39 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2003-07-05 22:45:39 +0000 |
commit | a8183e9a3fa87cf4247c7df16207f440ea4069c0 (patch) | |
tree | 3e49ec0d0eee1582d13264ecbbe30918f7f36f00 | |
parent | 7a95d860f1eba380ef58c32a1d6ebdd57b66db01 (diff) |
small disting fix
Original commit message from CVS:
small disting fix
m--------- | common | 0 | ||||
-rw-r--r-- | ext/Makefile.am | 2 | ||||
-rw-r--r-- | gst/videofilter/Makefile.am | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/common b/common -Subproject 2a3efdc282fb1ecfd2720dea40523b3441f10fe +Subproject f12ad60f50de84a39e26901b3ac29c15c1bf954 diff --git a/ext/Makefile.am b/ext/Makefile.am index 6a3b807c..5d8940c7 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -277,6 +277,6 @@ DIST_SUBDIRS=\ hermes ivorbis jack jpeg \ ladspa lame lcs libfame libpng \ mad mikmod mpeg2dec pango raw1394 \ - sdl snapshot shout shout2 sidplay \ + sdl snapshot sndfile shout shout2 sidplay \ smoothwave swfdec tarkin vorbis \ xvid diff --git a/gst/videofilter/Makefile.am b/gst/videofilter/Makefile.am index 75cf2b86..148e79e8 100644 --- a/gst/videofilter/Makefile.am +++ b/gst/videofilter/Makefile.am @@ -4,7 +4,7 @@ plugin_LTLIBRARIES = libgstvideofilter.la libgstvideoflip.la \ libgstvideobalance.la noinst_LTLIBRARIES = libgstvideoexample.la -noinst_HEADERS = gstvideofilter.h gstvideoexample.h gstvideoflip.h +noinst_HEADERS = gstvideofilter.h gstvideoexample.h gstvideoflip.h gstvideobalance.h EXTRA_DIST = gstvideotemplate.c gstvideotemplate.h make_filter EXTRA_CLEAN = gstvideoexample.c gstvideoexample.h |