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 | 0751f737336db408d0de424c2032b421d558dbbd (patch) | |
tree | 8c2bc5772f29b7a285e1a35eec0420c188d6668f /Makefile.am | |
parent | 08616b7531b685ab582a212ed84f0967e27a7d00 (diff) |
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 |