summaryrefslogtreecommitdiff
path: root/plugins/dfsound
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-20 04:55:02 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-05-20 04:55:02 +0000
commitb8b814362e39bd1abbcaf47df579cd8ad2793aa4 (patch)
treea7d4dab6a4a78e0a501098f82229cc292fb60293 /plugins/dfsound
parente1e09a77d27270ea451e043c66bc14789a5e57a4 (diff)
downloadpcsxr-b8b814362e39bd1abbcaf47df579cd8ad2793aa4.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound')
-rw-r--r--plugins/dfsound/Makefile.am4
-rw-r--r--plugins/dfsound/Makefile.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/dfsound/Makefile.am b/plugins/dfsound/Makefile.am
index 6c02286c..5324e169 100644
--- a/plugins/dfsound/Makefile.am
+++ b/plugins/dfsound/Makefile.am
@@ -11,9 +11,9 @@ lib_LTLIBRARIES = libDFSound.la
libDFSound_la_SOURCES = spu.c cfg.c dma.c freeze.c psemu.c registers.c sdl.c
-libDFSound_la_CFLAGS = `$(SDL_CONFIG) --cflags`
+libDFSound_la_CFLAGS = $(SDL_CFLAGS)
libDFSound_la_LDFLAGS = -module -avoid-version -lpthread -lm
-libDFSound_la_LDFLAGS += `$(SDL_CONFIG) --libs`
+libDFSound_la_LDFLAGS += $(SDL_LIBS)
bin_PROGRAMS = cfgDFSound
cfgDFSound_SOURCES = spucfg-0.1df/main.c
diff --git a/plugins/dfsound/Makefile.in b/plugins/dfsound/Makefile.in
index 1fde641d..a02374ea 100644
--- a/plugins/dfsound/Makefile.in
+++ b/plugins/dfsound/Makefile.in
@@ -262,9 +262,9 @@ INCLUDES = -DPIXMAPDIR=\"${datadir}/pixmaps/\" \
lib_LTLIBRARIES = libDFSound.la
libDFSound_la_SOURCES = spu.c cfg.c dma.c freeze.c psemu.c registers.c sdl.c
-libDFSound_la_CFLAGS = `$(SDL_CONFIG) --cflags`
+libDFSound_la_CFLAGS = $(SDL_CFLAGS)
libDFSound_la_LDFLAGS = -module -avoid-version -lpthread -lm \
- `$(SDL_CONFIG) --libs`
+ $(SDL_LIBS)
cfgDFSound_SOURCES = spucfg-0.1df/main.c
cfgDFSound_LDADD = $(GTK2_LIBS) $(GLADE2_LIBS)
glade_DATA = spucfg-0.1df/dfsound.glade2