diff options
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 \ |