summaryrefslogtreecommitdiff
path: root/plugins/dfinput/Makefile.am
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-20 04:55:02 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-20 04:55:02 +0000
commitb8b814362e39bd1abbcaf47df579cd8ad2793aa4 (patch)
treea7d4dab6a4a78e0a501098f82229cc292fb60293 /plugins/dfinput/Makefile.am
parente1e09a77d27270ea451e043c66bc14789a5e57a4 (diff)
downloadpcsxr-b8b814362e39bd1abbcaf47df579cd8ad2793aa4.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfinput/Makefile.am')
-rw-r--r--plugins/dfinput/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfinput/Makefile.am b/plugins/dfinput/Makefile.am
index 96a340d5..8c81e94f 100644
--- a/plugins/dfinput/Makefile.am
+++ b/plugins/dfinput/Makefile.am
@@ -11,12 +11,12 @@ INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
-DLOCALE_DIR=\"${datadir}/locale/\" \
-DDATADIR=\"${datadir}/psemu/\" \
$(GTK2_CFLAGS) $(GLADE2_CFLAGS) -I/usr/X11R6/include \
- -I../../include -I../../libpcsxcore `$(SDL_CONFIG) --cflags`
+ -I../../include -I../../libpcsxcore $(SDL_CFLAGS)
bin_PROGRAMS = cfgDFInput
cfgDFInput_SOURCES = cfg-gtk2.c pad.h
cfgDFInput_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS)
-cfgDFInput_LDFLAGS = `$(SDL_CONFIG) --libs`
+cfgDFInput_LDFLAGS = $(SDL_LIBS)
glade_DATA = dfinput.glade2
gladedir = $(datadir)/psemu/