From 8ad3f148734f6f5b89dcb84157f5cc083956f7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 8 Aug 2009 21:17:37 +0200 Subject: spc: Add the OpenSPC spc plugin again The gme plugin obsoletes it but it might still be useful for users that don't have gme yet or prefer openspc for some reason. --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index d480fdc4..31dd00a4 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -306,6 +306,12 @@ else SOUNDTOUCH_DIR= endif +if USE_SPC +SPC_DIR=gme +else +SPC_DIR= +endif + if USE_GME GME_DIR=gme else @@ -393,6 +399,7 @@ SUBDIRS=\ $(SNDFILE_DIR) \ $(SOUNDTOUCH_DIR) \ $(GME_DIR) \ + $(SPC_DIR) \ $(SWFDEC_DIR) \ $(TARKIN_DIR) \ $(THEORA_DIR) \ @@ -439,6 +446,7 @@ DIST_SUBDIRS = \ sdl \ sndfile \ soundtouch \ + spc \ gme \ swfdec \ theora \ -- cgit v1.2.1