Mercurial > audlegacy-plugins
view src/metronom/Makefile @ 3119:e0b95157aa33
Remove non-existant CD tracks from playlist. Sorry, Luis, I guess you were outvoted.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Mon, 04 May 2009 23:23:36 -0400 |
parents | c42fa8f89616 |
children |
line wrap: on
line source
PLUGIN = metronom${PLUGIN_SUFFIX} SRCS = metronom.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}