Mercurial > audlegacy-plugins
view src/tta/Makefile @ 2835:f1b6f1b2cdb3
fixed FSF address
author | Andrew O. Shadoura <bugzilla@tut.by> |
---|---|
date | Mon, 14 Jul 2008 03:35:13 +0300 |
parents | 134deb25be83 |
children |
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} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. LDFLAGS += ${AUDLDFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} -laudid3tag