diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-15 14:34:56 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-15 14:34:56 +0000 |
| commit | aea5103f872821c1e9b499c4483f35d8fd3c1d22 (patch) | |
| tree | e26bad77f9839d17fd00a5cfc0e8fefaecf1e24b /gui/Makefile.am | |
| parent | 91d74ff8484f01db7c76cdd5735eb12ae8aaf751 (diff) | |
| download | pcsxr-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.am | 4 |
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 |
