diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index cf98aff5..4dcefb2d 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -310,11 +310,11 @@ endif # SHOUT_DIR= # endif -# if USE_SHOUT2 -# SHOUT2_DIR=shout2 -# else -# SHOUT2_DIR= -# endif +if USE_SHOUT2 +SHOUT2_DIR=shout2 +else +SHOUT2_DIR= +endif if USE_SIDPLAY SIDPLAY_DIR=sidplay @@ -444,6 +444,7 @@ SUBDIRS=\ DIST_SUBDIRS=\ mad \ + shout2 \ sidplay \ aalib \ libcaca |