Mercurial > audlegacy-plugins
annotate src/dockalbumart/Makefile @ 1858:1c83fb938c89
dockalbumart: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 14:30:46 -0500 |
parents | 5dfa4fc721b0 |
children | eed7c270e8dd |
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} | |
11 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |