annotate src/vfstrace/Makefile @ 3148:d443c917dab9

Remove stale library variable from Makefile, as pointed out by RafaŠČ MuŤ÷yŠČo on #audacious.
author Tony Vroon <chainsaw@gentoo.org>
date Mon, 11 May 2009 17:32:04 +0100
parents 1e48d5a52760
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3097
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
1 PLUGIN = vfstrace${PLUGIN_SUFFIX}
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
2
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
3 SRCS = vfstrace.c
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
4
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
5 include ../../buildsys.mk
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
6 include ../../extra.mk
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
7
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
8 plugindir := ${plugindir}/${GENERAL_PLUGIN_DIR}
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
9
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
11 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} -I../..
1e48d5a52760 vfstrace: merge plugin
William Pitcock <nenolod@atheme.org>
parents:
diff changeset
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS}