summaryrefslogtreecommitdiff
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2004-01-21 06:57:30 +0000
committerChristian Schaller <uraeus@gnome.org>2004-01-21 06:57:30 +0000
commitfc7a266b9b3bd00077b21c512af9f45db85fc3b6 (patch)
tree17628990ad9b8cec9c368580da417b7a077759d7 /ext/Makefile.am
parentcaa5717c3847d266357165d9e5e94cc32c5745ce (diff)
downloadgstreamer-plugins-base-fc7a266b9b3bd00077b21c512af9f45db85fc3b6.tar.gz
adding NAS plugin
Original commit message from CVS: adding NAS plugin
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 36a605ff3..b5eb14913 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -82,6 +82,12 @@ else
FAAD_DIR=
endif
+if USE_NAS
+NAS_DIR=nas
+else
+NAS_DIR=
+endif
+
## if USE_FESTIVAL
## FESTIVAL_DIR=festival
## else
@@ -322,6 +328,7 @@ SUBDIRS=\
$(DVDREAD_DIR) \
$(DVDNAV_DIR) \
$(ESD_DIR) \
+ $(NAS_DIR) \
$(FAAC_DIR) \
$(FAAD_DIR) \
$(FFMPEG_DIR) \
@@ -376,6 +383,7 @@ DIST_SUBDIRS=\
dvdread \
dvdnav \
esd \
+ nas \
mas \
faac \
faad \
@@ -401,6 +409,7 @@ DIST_SUBDIRS=\
mpeg2enc \
mplex \
musicbrainz \
+ nas \
ogg \
pango \
raw1394 \