Mercurial > audlegacy-plugins
view src/dockalbumart/Makefile @ 1961:e8ea3a76a84e
Various #include cleanups.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 18:43:28 +0300 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
line wrap: on
line source
PLUGIN = dockalbumart${PLUGIN_SUFFIX} SRCS = dockalbumart.c plugindir = audacious/${GENERAL_PLUGIN_DIR} include ../../buildsys.mk include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. CFLAGS += ${PLUGIN_CFLAGS} LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}