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/peopsxgl | |
| parent | a1d65547a9571a13754bf135899cce0043a9b694 (diff) | |
| download | pcsxr-c08e58505807471b2391466257f6cff155a6d245.tar.gz | |
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/peopsxgl')
| -rwxr-xr-x | plugins/peopsxgl/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/peopsxgl/Makefile.am b/plugins/peopsxgl/Makefile.am index 99c9554c..3c8f7250 100755 --- a/plugins/peopsxgl/Makefile.am +++ b/plugins/peopsxgl/Makefile.am @@ -2,15 +2,16 @@ AM_CPPFLAGS = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \ -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ $(GTK3_CFLAGS) \ - -I../../libpcsxcore -I../../include + -I$(top_srcdir)/libpcsxcore -I../../include bindir = @libdir@/games/psemu/ libdir = @libdir@/games/psemu/ lib_LTLIBRARIES = libpeopsxgl.la -libpeopsxgl_la_SOURCES = cfg.c draw.c fps.c gpu.c key.c menu.c \ - prim.c soft.c texture.c gte_accuracy.c +libpeopsxgl_la_SOURCES = cfg.c cfg.h draw.c draw.h fps.c fps.h gl_ext.h \ + gpu.c gpu.h key.c key.h menu.c menu.h prim.c prim.h soft.c soft.h \ + texture.c texture.h gte_accuracy.c gte_accuracy.h libpeopsxgl_la_LDFLAGS = -module -avoid-version libpeopsxgl_la_LIBADD = -lX11 -lXxf86vm -lGL -lm |
