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 | 0b35af52077095c7cb280ee5176a819e7d0ad930 (patch) | |
tree | 6b96353d31cd904e3242a6652675441de4b5c54e /Makefile.am | |
parent | 7c8600b8316f1eb44ea39fe9fc6e60a130b8488a (diff) |
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 546cdb77e..2e792a59c 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 |