Mercurial > audlegacy-plugins
view src/wma/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 | 67b56e61de74 |
children | ad8e44bcdf8a |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk OBJECTIVE_LIBS = libwma$(SHARED_SUFFIX) SUBDIRS = libffwma LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./libffwma/libffwma.a $(AUDACIOUS_LIBS) SOURCES = wma.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../.. -I./libffwma -std=c99 include ../../mk/objective.mk