summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index e2e4cc52..d480fdc4 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -306,10 +306,10 @@ else
SOUNDTOUCH_DIR=
endif
-if USE_SPC
-SPC_DIR=spc
+if USE_GME
+GME_DIR=gme
else
-SPC_DIR=
+GME_DIR=
endif
if USE_SWFDEC
@@ -392,7 +392,7 @@ SUBDIRS=\
$(SMOOTHWAVE_DIR) \
$(SNDFILE_DIR) \
$(SOUNDTOUCH_DIR) \
- $(SPC_DIR) \
+ $(GME_DIR) \
$(SWFDEC_DIR) \
$(TARKIN_DIR) \
$(THEORA_DIR) \
@@ -439,7 +439,7 @@ DIST_SUBDIRS = \
sdl \
sndfile \
soundtouch \
- spc \
+ gme \
swfdec \
theora \
timidity \