summaryrefslogtreecommitdiff
path: root/plugins/dfnet/Makefile.am
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-27 03:02:25 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-27 03:02:25 +0000
commite832ac97861db3896e6771d091eb952c706dd101 (patch)
tree75f96c74a21527244701f0c9032a46c0170de3f4 /plugins/dfnet/Makefile.am
parent3f28bbe662d843c6cd3e073e44752f0f28560a02 (diff)
downloadpcsxr-e832ac97861db3896e6771d091eb952c706dd101.tar.gz
* Removed unnecessary files.
* Clean up build system (Issue #7815, VoidMage). * properly init some variables on reset (Patch #7887, notaz). * dfxvideo: several fixes to FPS bar (Patch #7879, dario86). * Region autodetection for 3 PAL demos (Patch #7879, dario86). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61512 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfnet/Makefile.am')
-rw-r--r--plugins/dfnet/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/dfnet/Makefile.am b/plugins/dfnet/Makefile.am
index 36f97682..eb0fa50e 100644
--- a/plugins/dfnet/Makefile.am
+++ b/plugins/dfnet/Makefile.am
@@ -6,8 +6,7 @@ lib_LTLIBRARIES = libDFNet.la
libDFNet_la_SOURCES = dfnet.c unix.c cfg.c
libDFNet_la_LDFLAGS = -module -avoid-version
-INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
- -DLOCALE_DIR=\"${datadir}/locale/\" \
+AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \
-DDATADIR=\"${datadir}/psemu/\" \
$(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
-I../../libpcsxcore -I../../include