Mercurial > audlegacy-plugins
view src/tta/Makefile @ 2100:14adeaf9c20f audacious-plugins-1.4.0-beta2
fix compile on ancient DBus systems
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Oct 2007 03:06:01 -0500 |
parents | 0d557822c971 |
children | ae36702ffcf9 |
line wrap: on
line source
PLUGIN = tta${PLUGIN_SUFFIX} SRCS = libtta.c \ ttadec.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. LIBS += -L${libdir} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -laudid3tag