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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1842
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
1 PLUGIN = statusicon${PLUGIN_SUFFIX}
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
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
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
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
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
6 include ../../buildsys.mk
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
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
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${BEEP_DEFINES} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../..
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
10 CFLAGS += ${PLUGIN_CFLAGS}
4b9e7a5a0e9c statusicon: MK2
William Pitcock <nenolod@atheme.org>
parents: 854
diff changeset
11 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS}