summaryrefslogtreecommitdiff
path: root/gui/Makefile.am
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-15 14:34:56 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-15 14:34:56 +0000
commitaea5103f872821c1e9b499c4483f35d8fd3c1d22 (patch)
treee26bad77f9839d17fd00a5cfc0e8fefaecf1e24b /gui/Makefile.am
parent91d74ff8484f01db7c76cdd5735eb12ae8aaf751 (diff)
downloadpcsxr-aea5103f872821c1e9b499c4483f35d8fd3c1d22.tar.gz
libglade -> gtkbuilder.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80418 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Makefile.am')
-rw-r--r--gui/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/Makefile.am b/gui/Makefile.am
index 17ef8927..ce7c16c4 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = -DPACKAGE_DATA_DIR=\"${datadir}/pcsxr/\" \
-DPIXMAPDIR=\"${datadir}/pixmaps/\" \
-DLOCALE_DIR=\"${datadir}/locale/\" \
- $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
+ $(GTK2_CFLAGS) \
-I$(top_srcdir)/libpcsxcore -I$(top_srcdir)/include \
-DPSEMU_DATA_DIR=\"${datadir}/psemu\" \
-DDEF_PLUGIN_DIR=\"${libdir}/games/psemu\"
@@ -29,4 +29,4 @@ pcsxr_SOURCES = \
pcsxr_LDADD = \
../libpcsxcore/libpcsxcore.a \
- $(GTK2_LIBS) $(GLADE2_LIBS) -lpthread -lz -lm -lXext -lXtst
+ $(GTK2_LIBS) -lpthread -lz -lm -lXext -lXtst