Mercurial > audlegacy-plugins
annotate 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 |
rev | line source |
---|---|
1858 | 1 PLUGIN = dockalbumart${PLUGIN_SUFFIX} |
2 SRCS = dockalbumart.c | |
1710
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
3 |
1858 | 4 plugindir = audacious/${GENERAL_PLUGIN_DIR} |
1710
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
5 |
1858 | 6 include ../../buildsys.mk |
7 include ../../extra.mk | |
1710
5dfa4fc721b0
Add dockalbumart plugin for MacOS. (this could also be ported to GNOME's AWN too.)
William Pitcock <nenolod@atheme.org>
parents:
diff
changeset
|
8 |
1858 | 9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
10 CFLAGS += ${PLUGIN_CFLAGS} | |
1882 | 11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |