From 72ef9a10a8a9895c72911d23c983bf7d243847db Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 2 Mar 2007 19:43:48 +0000 Subject: Commit NAS Sink, closed bugzilla 345633 Original commit message from CVS: Commit NAS Sink, closed bugzilla 345633 --- ext/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') 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 \ -- cgit v1.2.1