diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-15 19:00:57 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2012-10-15 19:00:57 +0000 |
| commit | c96af18fffa3e5e0affe7ca2a895c29783a3475b (patch) | |
| tree | e5d4158baae855eba923f98d6b0eb20639623e9f /plugins/dfnet/Makefile.am | |
| parent | f32637f989ce6bb78f0a4a6d7606618952f95f30 (diff) | |
| download | pcsxr-c96af18fffa3e5e0affe7ca2a895c29783a3475b.tar.gz | |
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80433 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfnet/Makefile.am')
| -rw-r--r-- | plugins/dfnet/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfnet/Makefile.am b/plugins/dfnet/Makefile.am index d67a106b..835e82a3 100644 --- a/plugins/dfnet/Makefile.am +++ b/plugins/dfnet/Makefile.am @@ -8,12 +8,12 @@ libDFNet_la_LDFLAGS = -module -avoid-version AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS) \ -I../../libpcsxcore -I../../include bin_PROGRAMS = cfgDFNet cfgDFNet_SOURCES = gui.c -cfgDFNet_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) +cfgDFNet_LDADD = $(GTK2_LIBS) glade_DATA = dfnet.ui gladedir = $(datadir)/psemu/ |
