From c08e58505807471b2391466257f6cff155a6d245 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 17 Dec 2013 00:47:49 +0000 Subject: build system fixes by Michał Górny. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88128 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfnet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfnet') diff --git a/plugins/dfnet/Makefile.am b/plugins/dfnet/Makefile.am index 004df634..d639c652 100755 --- a/plugins/dfnet/Makefile.am +++ b/plugins/dfnet/Makefile.am @@ -9,7 +9,7 @@ libDFNet_la_LDFLAGS = -module -avoid-version AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ $(GTK3_CFLAGS) \ - -I../../libpcsxcore -I../../include + -I$(top_srcdir)/libpcsxcore -I../../include bin_PROGRAMS = cfgDFNet cfgDFNet_SOURCES = gui.c -- cgit v1.2.3