diff options
author | Andy Wingo <wingo@pobox.com> | 2001-12-23 03:25:55 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-12-23 03:25:55 +0000 |
commit | d1141be8b635a8dc5f5678ec7c1e7f8acf282289 (patch) | |
tree | cbe371f7b814d49c12662888a2385b3c5de3fd6f /gst | |
parent | 01db92f682d16643f2aa01f946efcffddd9c82ef (diff) | |
download | gst-plugins-bad-d1141be8b635a8dc5f5678ec7c1e7f8acf282289.tar.gz gst-plugins-bad-d1141be8b635a8dc5f5678ec7c1e7f8acf282289.tar.bz2 gst-plugins-bad-d1141be8b635a8dc5f5678ec7c1e7f8acf282289.zip |
on dasher, on dancer, on donner, on fixen!
Original commit message from CVS:
on dasher, on dancer, on donner, on fixen!
Diffstat (limited to 'gst')
-rw-r--r-- | gst/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index 9f24d517..9cf3df84 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -1,8 +1,2 @@ -if USE_SINE -SINE_DIR=sine -else -SINE_DIR= -endif - -SUBDIRS=$(SINE_DIR) -DIST_SUBDIRS=sine +SUBDIRS=$(GST_PLUGINS_SELECTED) +DIST_SUBDIRS=$(GST_PLUGINS_ALL) |