diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-09 22:02:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-09 22:02:27 +0000 |
commit | 1999f03e61cba8ef0ec5c3ae365a5a6e3cff2576 (patch) | |
tree | 724c8f3451d8a3c4a0f49ca3ad146a52de932847 /externals/Makefile | |
parent | 1b852acf2f6b65faa5873d93ce09c59bdee19434 (diff) |
I removed hdspm_mixer from the auto-build based on IOhannes' comment on
pd-dev, and reordered the targets since I was there...
svn path=/trunk/; revision=11729
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile index a629b721..e8e54c50 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -135,10 +135,10 @@ ifeq ($(OS_NAME),windows) LIB_TARGETS += else ifeq ($(OS_NAME),darwin) - LIB_TARGETS += hid pdp pidip gem2pdp iem16 apple pdp_opengl + LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl apple else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid pdp pidip gem2pdp hdspm_mixer iem16 postlude tclpd pdvjtools sixaxis pdp_opengl + LIB_TARGETS += hid pdp pidip gem2pdp iem16 pdp_opengl pdvjtools postlude tclpd sixaxis endif endif |