From 67577806ae3a2575148e404e5df27ed29979e044 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 20 Oct 2007 17:50:43 +0000 Subject: added pdp back to the default build on Mac OS X svn path=/trunk/; revision=8852 --- externals/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.1