diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 055ae521..6d158ecf 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -316,11 +316,11 @@ endif # SHOUT2_DIR= # endif -# if USE_SIDPLAY -# SIDPLAY_DIR=sidplay -# else -# SIDDPLAY_DIR= -# endif +if USE_SIDPLAY +SIDPLAY_DIR=sidplay +else +SIDDPLAY_DIR= +endif # if USE_SMOOTHWAVE # SMOOTHWAVE_DIR=smoothwave @@ -443,4 +443,5 @@ SUBDIRS=\ $(XVID_DIR) DIST_SUBDIRS=\ - mad + mad \ + sidplay |