aboutsummaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/Makefile
diff options
context:
space:
mode:
authornotaz2012-11-30 02:51:45 +0200
committernotaz2012-12-02 02:37:10 +0200
commitda710571b75db7031b82924ab3ad47eb645ce215 (patch)
tree91c3c707a6133fa371dae5a9c60a121d18ab55a5 /plugins/dfxvideo/Makefile
parentc02c3b656781a406fc4f586ac0923529de186916 (diff)
downloadpcsx_rearmed-da710571b75db7031b82924ab3ad47eb645ce215.tar.gz
pcsx_rearmed-da710571b75db7031b82924ab3ad47eb645ce215.tar.bz2
pcsx_rearmed-da710571b75db7031b82924ab3ad47eb645ce215.zip
mave plugin and core shared includes to single location
Diffstat (limited to 'plugins/dfxvideo/Makefile')
-rw-r--r--plugins/dfxvideo/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/dfxvideo/Makefile b/plugins/dfxvideo/Makefile
index 250cc49..580e735 100644
--- a/plugins/dfxvideo/Makefile
+++ b/plugins/dfxvideo/Makefile
@@ -1,7 +1,6 @@
CFLAGS += -Wall -ggdb -O2
CFLAGS += -fno-strict-aliasing -ffast-math
-# ugh
-CFLAGS += -I../../libpcsxcore
+CFLAGS += -I../../include
include ../../config.mak