Mercurial > audlegacy-plugins
view src/adplug/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 | cf1054422f81 |
children | ad8e44bcdf8a |
line wrap: on
line source
include ../../mk/rules.mk include ../../mk/init.mk SUBDIRS = core OBJECTIVE_LIBS = libadplug$(SHARED_SUFFIX) LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) LIBADD = ./core/libadplugcore.a $(BINIO_LIBS) $(AUDACIOUS_LIBS) -lstdc++ SOURCES = adplug-xmms.cc OBJECTS = ${SOURCES:.cc=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) $(AUDACIOUS_CFLAGS) \ -I../../intl -I../.. -I./core CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) $(AUDACIOUS_CFLAGS) \ -I../../intl -I../.. -I./core include ../../mk/objective.mk