Mercurial > audlegacy-plugins
view src/tta/Makefile @ 2107:4809787d9d5c
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 20 Oct 2007 06:39:25 +0300 |
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