Mercurial > audlegacy-plugins
annotate src/statusicon/Makefile @ 1842:4b9e7a5a0e9c
statusicon: MK2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 14:09:04 -0500 |
parents | aac49941ee8f |
children | eed7c270e8dd |
rev | line source |
---|---|
1842 | 1 PLUGIN = statusicon${PLUGIN_SUFFIX} |
2 SRCS = gtktrayicon-x11.c si.c si_cfg.c si_ui.c | |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
diff
changeset
|
3 |
1842 | 4 plugindir = audacious/${GENERAL_PLUGIN_DIR} |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
diff
changeset
|
5 |
1842 | 6 include ../../buildsys.mk |
7 include ../../extra.mk | |
433
38fe08dff5cd
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
giacomo
parents:
diff
changeset
|
8 |
1842 | 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} |