Mercurial > audlegacy-plugins
view src/Container/xspf/Makefile @ 4:0ad4849f6219 trunk
[svn] - the first pass missed some libaudacious references, this fixes them
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 02:02:50 -0700 |
parents | 13389e613d67 |
children |
line wrap: on
line source
include ../../../mk/rules.mk include ../../../mk/init.mk OBJECTIVE_LIBS = libxspf$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) SOURCES = xspf.c OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) $(XML_CPPFLAGS) -I../../../intl -I../../.. CXXFLAGS = $(CFLAGS) LIBADD = $(GTK_LIBS) $(XML_LIBS) include ../../../mk/objective.mk