diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-13 23:52:42 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2008-02-13 23:52:42 +0000 |
commit | 3e6837ee1b6f5c20bd0d70eb106e0b573984db09 (patch) | |
tree | 538a744f8d77234c41225cc08ca65c317658022f /gst-libs/gst | |
parent | 2e9945f3776b041033196c4a6a57044536b6c506 (diff) | |
download | gst-plugins-bad-3e6837ee1b6f5c20bd0d70eb106e0b573984db09.tar.gz gst-plugins-bad-3e6837ee1b6f5c20bd0d70eb106e0b573984db09.tar.bz2 gst-plugins-bad-3e6837ee1b6f5c20bd0d70eb106e0b573984db09.zip |
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.
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index a6ebbe91..b9ad64d6 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 |