diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-23 04:38:37 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-23 04:38:37 +0000 |
commit | 789be9a726efbdffd802c1b770b76148460e6220 (patch) | |
tree | ad0c095687cee4a73855716705f92d77ee9686b2 /Makefile.am | |
parent | d1141be8b635a8dc5f5678ec7c1e7f8acf282289 (diff) | |
download | gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.gz gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.bz2 gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.zip |
much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
Original commit message from CVS:
much build fixage
turns out synaesthesia and smoothwav depend on gtk, maybe they should go to
ext/
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 50801b04..3dfc9c80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS=gst sys ext gst-libs +SUBDIRS=gst-libs gst sys ext -DIST_SUBDIRS=gst sys ext gst-libs +DIST_SUBDIRS=gst-libs gst sys ext EXTRA_DIST=gst-plugins.spec AUTHORS COPYING README ChangeLog |