From d0556a1534b491e0bf7c420ae4fed0cd79d5a955 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 6 May 2005 19:11:14 +0000 Subject: some sidplay fixoring Original commit message from CVS: some sidplay fixoring --- ext/Makefile.am | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'ext/Makefile.am') 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 -- cgit v1.2.1