aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2013-03-18 01:16:31 +0100
committertwinaphex2013-03-18 01:16:31 +0100
commit22dade5ca95efa7fb3530023dbab77f8516bfed7 (patch)
tree40a660c1e7a806abe03b2c9f2e6389073894877b /Makefile
parent24f4865eff11beb6348d9e0e310d593477359afe (diff)
parent101e053c72e9299bfbd1cbf6a8de9ba6cff11e4c (diff)
downloadpcsx_rearmed-22dade5ca95efa7fb3530023dbab77f8516bfed7.tar.gz
pcsx_rearmed-22dade5ca95efa7fb3530023dbab77f8516bfed7.tar.bz2
pcsx_rearmed-22dade5ca95efa7fb3530023dbab77f8516bfed7.zip
Merge git://github.com/notaz/pcsx_rearmed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f8b777..5b2bef7 100644
--- a/Makefile
+++ b/Makefile
@@ -171,9 +171,13 @@ USE_PLUGIN_LIB = 1
USE_FRONTEND = 1
endif
ifeq "$(PLATFORM)" "maemo"
-OBJS += maemo/hildon.o maemo/main.o
+OBJS += maemo/hildon.o maemo/main.o maemo/maemo_xkb.o frontend/pl_gun_ts.o
maemo/%.o: maemo/%.c
USE_PLUGIN_LIB = 1
+LDFLAGS += $(shell pkg-config --libs hildon-1 libpulse)
+CFLAGS += $(shell pkg-config --cflags hildon-1) -DHAVE_TSLIB
+CFLAGS += `pkg-config --cflags glib-2.0 libosso dbus-1 hildon-fm-2`
+LDFLAGS += `pkg-config --libs glib-2.0 libosso dbus-1 hildon-fm-2`
endif
ifeq "$(PLATFORM)" "libretro"
OBJS += frontend/libretro.o