Mercurial > audlegacy-plugins
view src/cue/Makefile @ 2723:0a6fff7a76c7
Updated .pot template.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 21 Jun 2008 08:28:35 +0300 |
parents | 74ce4495e533 |
children | 6abe60a81301 |
line wrap: on
line source
PLUGIN = cuesheet${PLUGIN_SUFFIX} SRCS = cuesheet.c include ../../buildsys.mk include ../../extra.mk plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} -I../.. LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS}