summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/Makefile.in
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-05-30 08:38:29 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-05-30 08:38:29 +0000
commit502b3aecd646c124c99f82be813030a694782fcf (patch)
tree873a95ebef323d69d5688d86378c9e5ee452146f /plugins/dfxvideo/Makefile.in
parent928e43def776ab2cb40dbca87316ef956b805249 (diff)
downloadpcsxr-502b3aecd646c124c99f82be813030a694782fcf.tar.gz
supported translation for plugin config utilities
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23603 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfxvideo/Makefile.in')
-rw-r--r--plugins/dfxvideo/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/dfxvideo/Makefile.in b/plugins/dfxvideo/Makefile.in
index 76f5efad..096a6869 100644
--- a/plugins/dfxvideo/Makefile.in
+++ b/plugins/dfxvideo/Makefile.in
@@ -245,7 +245,8 @@ INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
-DLOCALE_DIR=\"${datadir}/locale/\" \
-DDATADIR=\"${datadir}/psemu/\" $(GTK2_CFLAGS) \
$(GLADE2_CFLAGS) -I/usr/X11R6/include -I../../libpcsxcore \
- -DVERSION=XVideo -DNUMBER=0.1.0 $(am__append_2)
+ -DVERSION=XVideo -DNUMBER=0.1.0 -I../../include \
+ $(am__append_2)
lib_LTLIBRARIES = libDFXVideo.la
libDFXVideo_la_SOURCES = gpu.c cfg.c draw.c fps.c key.c menu.c prim.c \
soft.c zn.c $(am__append_1)