aboutsummaryrefslogtreecommitdiff
path: root/externals/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-09 16:06:18 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-09 16:06:18 +0000
commit616dcbb306d952133f0025097f48f9c5fcbe768f (patch)
tree652080b9b72e744f64457a09a46b3aa0c37c035c /externals/Makefile
parent6eb7ab827f8d75b0bab690c206a6d2d1a0bd0517 (diff)
removed pdlua and hidio from the autobuilds since they are currently changing too fast
svn path=/trunk/; revision=9773
Diffstat (limited to 'externals/Makefile')
-rw-r--r--externals/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/externals/Makefile b/externals/Makefile
index ecd111a6..b7582a7e 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -128,13 +128,13 @@ LIB_TARGETS = adaptive bassemu boids bsaylor creb cxc cyclone deprecated earplug
# this is for libraries that don't compile (yet) on all platforms
ifeq ($(OS_NAME),windows)
- LIB_TARGETS += pdlua
+ LIB_TARGETS +=
else
ifeq ($(OS_NAME),darwin)
- LIB_TARGETS += hid hidio pdp pidip gem2pdp aka.wiiremote iem16 usbhid pdlua apple
+ LIB_TARGETS += hid pdp pidip gem2pdp aka.wiiremote iem16 apple
else
# GNU/Linux, BSD, IRIX, etc.
- LIB_TARGETS += hid hidio pdp pidip gem2pdp hdspm_mixer iem16 postlude tclpd
+ LIB_TARGETS += hid pdp pidip gem2pdp hdspm_mixer iem16 postlude tclpd
endif
endif