diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index cbc83b01..27ce866c 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -156,11 +156,11 @@ else SDL_DIR= endif -## if USE_SIDPLAY -## SIDPLAY_DIR=sidplay -## else -SIDPLAY_DIR= -## endif +if USE_SIDPLAY +SIDPLAY_DIR=sidplay +else +SIDDPLAY_DIR= +endif if USE_SHOUT SHOUT_DIR=shout |