Mercurial > audlegacy-plugins
annotate src/musepack/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 | 6c78d6d3cdb7 |
children | ad8e44bcdf8a |
rev | line source |
---|---|
232 | 1 include ../../mk/rules.mk |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libmpc$(SHARED_SUFFIX) | |
5 | |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
7 | |
8 SOURCES = libmpc.cxx | |
9 | |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
232
diff
changeset
|
10 LIBADD = -lmpcdec $(TAGLIB_LIBS) $(GTK_LIBS) $(AUDACIOUS_LIBS) |
232 | 11 |
12 OBJECTS = ${SOURCES:.cxx=.o} | |
13 | |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
232
diff
changeset
|
14 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) $(TAGLIB_CFLAGS) -I../../intl -I../.. |
232 | 15 |
16 include ../../mk/objective.mk |