From a5e19a309bcd0e7f3083ca34386e8d5dfe53db24 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Sat, 24 May 2008 09:15:42 +0000 Subject: [PATCH] LIB_LDFLAGS for audio modules as well git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@988 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- core/plug-in/Makefile.audio_module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plug-in/Makefile.audio_module b/core/plug-in/Makefile.audio_module index 0cc03356..709d21ac 100644 --- a/core/plug-in/Makefile.audio_module +++ b/core/plug-in/Makefile.audio_module @@ -1,7 +1,7 @@ COREPATH ?=../.. include $(COREPATH)/../Makefile.defs -LDFLAGS += $(module_ldflags) +LIB_LDFLAGS += $(module_ldflags) CPPFLAGS += -I $(COREPATH) -I $(COREPATH)/amci CFLAGS += -Wall $(module_cflags)