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/dfinput/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfinput') diff --git a/plugins/dfinput/Makefile.am b/plugins/dfinput/Makefile.am index f270ca73..70f86fd1 100644 --- a/plugins/dfinput/Makefile.am +++ b/plugins/dfinput/Makefile.am @@ -10,7 +10,7 @@ libDFInput_la_LIBADD = -lpthread -lX11 $(SDL2_LIBS) $(SDL_LIBS) AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ $(GTK3_CFLAGS) \ - -I../../include -I../../libpcsxcore $(SDL2_CFLAGS) $(SDL_CFLAGS) + -I../../include -I$(top_srcdir)/libpcsxcore $(SDL2_CFLAGS) $(SDL_CFLAGS) bin_PROGRAMS = cfgDFInput cfgDFInput_SOURCES = cfg-gtk.c pad.h -- cgit v1.2.3