summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-02-13 23:52:42 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-02-13 23:52:42 +0000
commit3e6837ee1b6f5c20bd0d70eb106e0b573984db09 (patch)
tree538a744f8d77234c41225cc08ca65c317658022f
parent2e9945f3776b041033196c4a6a57044536b6c506 (diff)
downloadgstreamer-plugins-bad-3e6837ee1b6f5c20bd0d70eb106e0b573984db09.tar.gz
Also add dshow pieces to the disted subdirs to fix distcheck.
Original commit message from CVS: * gst-libs/gst/Makefile.am: * sys/Makefile.am: Also add dshow pieces to the disted subdirs to fix distcheck.
-rw-r--r--ChangeLog6
-rw-r--r--gst-libs/gst/Makefile.am1
-rw-r--r--sys/Makefile.am3
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9460004d3..9338dd498 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-13 Jan Schmidt <jan.schmidt@sun.com>
+
+ * gst-libs/gst/Makefile.am:
+ * sys/Makefile.am:
+ Also add dshow pieces to the disted subdirs to fix distcheck.
+
2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Josep Torra Valles <josep@fluendo.com>
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am
index a6ebbe91a..b9ad64d6a 100644
--- a/gst-libs/gst/Makefile.am
+++ b/gst-libs/gst/Makefile.am
@@ -2,3 +2,4 @@
SUBDIRS = app
noinst_HEADERS = gst-i18n-plugin.h gettext.h
+DIST_SUBDIRS = app dshow
diff --git a/sys/Makefile.am b/sys/Makefile.am
index f3b77f5f6..d7730426f 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -42,4 +42,5 @@ endif
SUBDIRS = $(FBDEV_DIR) $(DVB_DIR) $(VCD_DIR) $(QT_DIR)
-DIST_SUBDIRS = fbdev dvb vcd qtwrapper
+DIST_SUBDIRS = dvb fbdev vcd qtwrapper dshowdecwrapper dshowsrcwrapper
+