diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-01 04:32:44 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-06-01 04:32:44 +0000 |
| commit | 81c68de8b937f9f80f3066d3e0907cc3e394f5ab (patch) | |
| tree | 829408208c260c652eafa9c590168ec4ef21f270 /plugins/peopsxgl/Makefile.am | |
| parent | 15a247741a63d78340d2296ca178715bda2dd21b (diff) | |
| download | pcsxr-81c68de8b937f9f80f3066d3e0907cc3e394f5ab.tar.gz | |
added configure utility for P.E.Op.S OpenGL plugin
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@23612 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/peopsxgl/Makefile.am')
| -rw-r--r-- | 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 f1d9cb88..d88dc94b 100644 --- a/plugins/peopsxgl/Makefile.am +++ b/plugins/peopsxgl/Makefile.am @@ -14,9 +14,10 @@ libpeopsxgl_la_SOURCES = cfg.c draw.c fps.c gpu.c key.c menu.c \ libpeopsxgl_la_LDFLAGS = -module -avoid-version \ -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lX11 -lXxf86vm -lGL -lm -#bin_PROGRAMS = cfgpeopsxgl -#cfgpeopsxgl_SOURCES = gpucfg-0.1df/main.c -#cfgpeopsxgl_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) +bin_PROGRAMS = cfgpeopsxgl +cfgpeopsxgl_SOURCES = gpucfg/main.c gpucfg/callbacks.c gpucfg/interface.c \ + gpucfg/support.c +cfgpeopsxgl_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) #glade_DATA = gpucfg-0.1df/peopsxgl.glade2 #gladedir = $(datadir)/psemu/ |
