diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-17 00:47:49 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-12-17 00:47:49 +0000 |
| commit | c08e58505807471b2391466257f6cff155a6d245 (patch) | |
| tree | e77be5def51cecda98eec68d9aba1a4440e3e067 /plugins/dfinput | |
| parent | a1d65547a9571a13754bf135899cce0043a9b694 (diff) | |
build system fixes by Michał Górny.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88128 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfinput')
| -rw-r--r-- | plugins/dfinput/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
