diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-12 18:14:18 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-03-12 18:14:18 +0000 |
| commit | d8c9ac655b8b2cfaf2c07f7938ca634e0d06c579 (patch) | |
| tree | 7f84b8bc08bd8b49da73ecbd4a6a088161068250 /plugins/bladesio1/Makefile.am | |
| parent | 5d5a8db6c6174e5e43b90f91747214c695fa7f9f (diff) | |
| download | pcsxr-d8c9ac655b8b2cfaf2c07f7938ca634e0d06c579.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64521 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/bladesio1/Makefile.am')
| -rw-r--r-- | plugins/bladesio1/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/bladesio1/Makefile.am b/plugins/bladesio1/Makefile.am index f61ab6df..f6d4e5a3 100644 --- a/plugins/bladesio1/Makefile.am +++ b/plugins/bladesio1/Makefile.am @@ -8,13 +8,13 @@ libBladeSio1_la_LDFLAGS = -module -avoid-version AM_CPPFLAGS = -DLOCALE_DIR=\"${datadir}/locale/\" \ -DDATADIR=\"${datadir}/psemu/\" \ - $(GTK2_CFLAGS) $(GLADE2_CFLAGS) \ + $(GTK2_CFLAGS) \ -I../../libpcsxcore -I../../include bin_PROGRAMS = cfgBladeSio1 cfgBladeSio1_SOURCES = gui.c -cfgBladeSio1_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS) +cfgBladeSio1_LDADD = $(GTK2_LIBS) -glade_DATA = sio1.glade2 +glade_DATA = sio1.ui gladedir = $(datadir)/psemu/ EXTRA_DIST = $(glade_DATA) |
