aboutsummaryrefslogtreecommitdiff
path: root/externals
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-20 17:50:43 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-10-20 17:50:43 +0000
commit67577806ae3a2575148e404e5df27ed29979e044 (patch)
tree6cd52634f79070d25a06e373941e474eba11d974 /externals
parent1c5e91272b39d3005a8e061a849d40ff55e418fc (diff)
added pdp back to the default build on Mac OS X
svn path=/trunk/; revision=8852
Diffstat (limited to 'externals')
-rw-r--r--externals/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 6608dcf9..12ecc3e6 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -131,10 +131,10 @@ ifeq ($(OS_NAME),windows)
LIB_TARGETS +=
else
ifeq ($(OS_NAME),darwin)
- LIB_TARGETS += hid hidio pidip wiiremote gem2pdp iem16
+ LIB_TARGETS += hid hidio pdp pidip gem2pdp wiiremote iem16
else
# GNU/Linux, BSD, IRIX, etc.
- LIB_TARGETS += hid hidio pdp pidip hdspm_mixer gem2pdp iem16
+ LIB_TARGETS += hid hidio pdp pidip gem2pdp hdspm_mixer iem16
endif
endif