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 75b5323b..4e960c8e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -202,11 +202,11 @@ SHOUT_DIR= SMOOTHWAVE_DIR= # endif -# if USE_SNDFILE -# SNDFILE_DIR=sndfile -# else +if USE_SNDFILE +SNDFILE_DIR=sndfile +else SNDFILE_DIR= -# endif +endif if USE_SOUNDTOUCH SOUNDTOUCH_DIR=soundtouch @@ -316,6 +316,7 @@ DIST_SUBDIRS= \ mythtv \ neon \ sdl \ + sndfile \ soundtouch \ spc \ swfdec \ |