From b8b814362e39bd1abbcaf47df579cd8ad2793aa4 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 20 May 2010 04:55:02 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48367 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- plugins/dfsound/Makefile.am | 4 ++-- plugins/dfsound/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/dfsound') 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 -- cgit v1.2.3