diff options
author | notaz | 2011-02-11 00:02:11 +0200 |
---|---|---|
committer | notaz | 2011-02-11 00:02:11 +0200 |
commit | 384f5f43a20879e2553acd17b76e82059092fafb (patch) | |
tree | 1cb702167e36e877c109ff99a83809bdb5647cc5 /Makefile | |
parent | 3e215238e4b5f93b471679d12cd2144cb49b95b1 (diff) | |
download | pcsx_rearmed-384f5f43a20879e2553acd17b76e82059092fafb.tar.gz pcsx_rearmed-384f5f43a20879e2553acd17b76e82059092fafb.tar.bz2 pcsx_rearmed-384f5f43a20879e2553acd17b76e82059092fafb.zip |
use analog handling from dfinput
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ endif plugins/cdrcimg/%.o: CFLAGS += -Wall OBJS += plugins/cdrcimg/cdrcimg.o +# dfinput +plugins/dfinput/%.o: CFLAGS += -Wall +OBJS += plugins/dfinput/pad.o + # gui OBJS += frontend/main.o frontend/plugin.o ifeq "$(USE_GTK)" "1" |