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/dfcdrom/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfcdrom') diff --git a/plugins/dfcdrom/Makefile.am b/plugins/dfcdrom/Makefile.am index b4c729f9..6bc42c35 100644 --- a/plugins/dfcdrom/Makefile.am +++ b/plugins/dfcdrom/Makefile.am @@ -24,7 +24,7 @@ endif AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ $(GTK3_CFLAGS) \ - -I../../libpcsxcore -I../../include + -I$(top_srcdir)/libpcsxcore -I../../include bin_PROGRAMS = cfgDFCdrom cfgDFCdrom_SOURCES = cdrcfg-0.1df/main.c -- cgit v1.2.3