summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:03:34 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-03-03 14:34:07 -0500
commit288c11c0ed71b0abaa84f8425f66fa06b798b1c2 (patch)
tree5e1d50cb471ef936bbac196504e1e96df401e864 /ext/Makefile.am
parentbc4ef4ab6230a8b8f35fcfb3101252482946f6e1 (diff)
downloadgst-plugins-bad-288c11c0ed71b0abaa84f8425f66fa06b798b1c2.tar.gz
gst-plugins-bad-288c11c0ed71b0abaa84f8425f66fa06b798b1c2.tar.bz2
gst-plugins-bad-288c11c0ed71b0abaa84f8425f66fa06b798b1c2.zip
Move mimic to -bad
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 23b7bf8c..23c2a002 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -190,6 +190,12 @@ else
METADATA_DIR=
endif
+if USE_MIMIC
+MIMIC_DIR=mimic
+else
+MIMIC_DIR=
+endif
+
if USE_MPLEX
MPLEX_DIR=mplex
else
@@ -363,6 +369,7 @@ SUBDIRS=\
$(MODPLUG_DIR) \
$(MPEG2ENC_DIR) \
$(METADATA_DIR) \
+ $(MIMIC_DIR) \
$(MPLEX_DIR) \
$(MUSEPACK_DIR) \
$(MUSICBRAINZ_DIR) \
@@ -409,6 +416,7 @@ DIST_SUBDIRS = \
divx \
modplug \
metadata \
+ mimic \
mpeg2enc \
mplex \
musepack \