diff options
author | Andy Wingo <wingo@pobox.com> | 2002-01-07 02:14:35 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2002-01-07 02:14:35 +0000 |
commit | fda22b0e4e712bd8d32745df250f42348c4d363c (patch) | |
tree | 604bcdfc23fd69d9eb890d640a05f0f172a380d4 /Makefile.am | |
parent | 988fd48d8d792e256fb8e3cd05f1c9b0f4a8731a (diff) | |
download | gst-plugins-bad-fda22b0e4e712bd8d32745df250f42348c4d363c.tar.gz gst-plugins-bad-fda22b0e4e712bd8d32745df250f42348c4d363c.tar.bz2 gst-plugins-bad-fda22b0e4e712bd8d32745df250f42348c4d363c.zip |
hopefully fix a problem.
Original commit message from CVS:
hopefully fix a problem.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 546cdb77..2e792a59 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gst-libs gst sys ext +SUBDIRS=gst-libs gst sys ext examples -DIST_SUBDIRS=gst-libs gst sys ext +DIST_SUBDIRS=gst-libs gst sys ext examples EXTRA_DIST=gst-plugins.spec depcomp AUTHORS COPYING README ChangeLog |