diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 11:04:30 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 11:04:30 +0000 |
commit | 8d34d4972b1bd985bb03abf1fe541b68932193e0 (patch) | |
tree | 8c2b6d59d58714d21e8a4491c651f311b3a767e5 /Makefile.am | |
parent | 551af17ea60f9db6a0be0964aa91cf971ef7a293 (diff) | |
download | gstreamer-plugins-bad-8d34d4972b1bd985bb03abf1fe541b68932193e0.tar.gz |
ported mad and effectv plugins
Original commit message from CVS:
ported mad and effectv plugins
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 1475e53f2..866b95a91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,14 +13,14 @@ endif # endif SUBDIRS = \ - gst sys \ + gst sys ext \ $(GCONF_DIR) \ m4 # disabled # $(SUBDIRS_DOCS) DIST_SUBDIRS = \ - gst sys \ + gst sys ext \ m4 # disabled |