diff src/null/Makefile @ 387:0c50f248ed10 trunk

[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
author giacomo
date Sun, 17 Dec 2006 07:06:34 -0800
parents 5dfc0e491ad3
children ad8e44bcdf8a
line wrap: on
line diff
--- a/src/null/Makefile	Sat Dec 16 02:56:32 2006 -0800
+++ b/src/null/Makefile	Sun Dec 17 07:06:34 2006 -0800
@@ -4,12 +4,13 @@
 OBJECTIVE_LIBS = libnull${SHARED_SUFFIX}
 
 LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR}
+LIBADD = $(AUDACIOUS_LIBS)
 
 SOURCES = null.c
 
 OBJECTS = ${SOURCES:.c=.o}
 
-CFLAGS += ${PICFLAGS} \
+CFLAGS += ${PICFLAGS} $(AUDACIOUS_CFLAGS) \
 	-I../..
 
 include ../../mk/objective.mk