summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-12-28 21:07:17 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-12-28 21:07:17 +0000
commit3f88a353d408860ad829a645e5f47c679b4225ab (patch)
treeb2c5ccf5cb802b666df5f9b49531fe16add5a665 /ext/Makefile.am
parent95d65be727e4e64070c249641bd20d1c24070069 (diff)
downloadgst-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.tar.gz
gst-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.tar.bz2
gst-plugins-bad-3f88a353d408860ad829a645e5f47c679b4225ab.zip
Created new element neonhttpsrc.
Original commit message from CVS: Created new element neonhttpsrc.
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 c1f06a9b..531326ef 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -142,6 +142,12 @@ MUSICBRAINZ_DIR=
NAS_DIR=
# endif
+if USE_NEON
+NEON_DIR=neon
+else
+NEON_DIR=
+endif
+
# if USE_POLYP
# POLYP_DIR=polyp
# else
@@ -220,6 +226,7 @@ SUBDIRS=\
$(MUSEPACK_DIR) \
$(MUSICBRAINZ_DIR) \
$(NAS_DIR) \
+ $(NEON_DIR) \
$(POLYP_DIR) \
$(SDL_DIR) \
$(SHOUT_DIR) \
@@ -241,6 +248,7 @@ DIST_SUBDIRS= \
dts \
divx \
musepack \
+ neon \
sdl \
swfdec \
wavpack \