diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-05-06 19:11:14 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-05-06 19:11:14 +0000 |
commit | bc885a1aea303533ff240b6752632c446ffce310 (patch) | |
tree | 9016a308a3845c6039489e70de7858c48cf15a26 /ext/Makefile.am | |
parent | ef303c604da990f7ec7122b5648edce51af68daa (diff) |
some sidplay fixoring
Original commit message from CVS:
some sidplay fixoring
Diffstat (limited to 'ext/Makefile.am')
-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 |