diff options
author | Christian Schaller <uraeus@gnome.org> | 2007-03-02 19:43:48 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2007-03-02 19:43:48 +0000 |
commit | 72ef9a10a8a9895c72911d23c983bf7d243847db (patch) | |
tree | 7ef800f64ef272488a3c1bcf81caaa5fd0a0a372 /ext/Makefile.am | |
parent | 6ca3c959b6d13112e2e7ff100e36d8a11a26f20e (diff) | |
download | gst-plugins-bad-72ef9a10a8a9895c72911d23c983bf7d243847db.tar.gz gst-plugins-bad-72ef9a10a8a9895c72911d23c983bf7d243847db.tar.bz2 gst-plugins-bad-72ef9a10a8a9895c72911d23c983bf7d243847db.zip |
Commit NAS Sink, closed bugzilla 345633
Original commit message from CVS:
Commit NAS Sink, closed bugzilla 345633
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 72c0fa37..9a0dd8b0 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -166,11 +166,11 @@ else MYTHTV_DIR= endif -# if USE_NAS -# NAS_DIR=nas -# else +if USE_NAS +NAS_DIR=nas +else NAS_DIR= -# endif +endif if USE_NEON NEON_DIR=neon @@ -320,6 +320,7 @@ DIST_SUBDIRS= \ musepack \ musicbrainz \ mythtv \ + nas \ neon \ sdl \ sndfile \ |