summaryrefslogtreecommitdiff
path: root/plugins/dfsound/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/Makefile.am')
-rw-r--r--plugins/dfsound/Makefile.am4
1 files changed, 2 insertions, 2 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