summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-07-03 20:01:36 -0400
committerDave Robillard <dave@drobilla.net>2009-07-03 20:01:36 -0400
commite289c875a5e0ee56dd8289e78b63f36f709b6534 (patch)
tree9bd2b450261bbc0fa522bf27d9a89d017308687e /ext/Makefile.am
parented06ed3b658b49b1313df38909bcb2f907be83a7 (diff)
parentcaba48f261421d397900471b19350da2e5a4a4e5 (diff)
downloadgst-plugins-bad-e289c875a5e0ee56dd8289e78b63f36f709b6534.tar.gz
gst-plugins-bad-e289c875a5e0ee56dd8289e78b63f36f709b6534.tar.bz2
gst-plugins-bad-e289c875a5e0ee56dd8289e78b63f36f709b6534.zip
Merge branch 'fdo' into lv2
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 8d395057..a2ecd18d 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -264,6 +264,12 @@ endif
POLYP_DIR=
# endif
+if USE_SCHRO
+SCHRO_DIR=schroedinger
+else
+SCHRO_DIR=
+endif
+
if USE_SDL
SDL_DIR=sdl
else
@@ -373,6 +379,7 @@ SUBDIRS=\
$(NEON_DIR) \
$(OFA_DIR) \
$(POLYP_DIR) \
+ $(SCHRO_DIR) \
$(SDL_DIR) \
$(SHOUT_DIR) \
$(SMOOTHWAVE_DIR) \
@@ -405,6 +412,7 @@ DIST_SUBDIRS = \
jack \
jp2k \
libmms \
+ lv2 \
dts \
divx \
modplug \
@@ -419,6 +427,7 @@ DIST_SUBDIRS = \
neon \
ofa \
resindvd \
+ schroedinger \
sdl \
sndfile \
soundtouch \