Mercurial > audlegacy-plugins
comparison src/statusicon/Makefile @ 433:38fe08dff5cd trunk
[svn] - added status icon plugin (written from scratch, with code from gtk 2.10)
author | giacomo |
---|---|
date | Mon, 15 Jan 2007 11:54:32 -0800 |
parents | |
children | fee2beaf3dc5 |
comparison
equal
deleted
inserted
replaced
432:1716423d29fe | 433:38fe08dff5cd |
---|---|
1 include ../../mk/rules.mk | |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libstatusicon$(SHARED_SUFFIX) | |
5 | |
6 noinst_HEADERS = si.h si_ui.h si_audacious.h si_common.h gtktrayicon.h | |
7 | |
8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | |
9 | |
10 LIBADD = $(GTK_LIBS) $(GDKX11_LIBS) | |
11 SOURCES = si.c si_ui.c gtktrayicon-x11.c | |
12 | |
13 OBJECTS = ${SOURCES:.c=.o} | |
14 | |
15 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GDKX11_CFLAGS) \ | |
16 -I../../intl -I../.. -I.. | |
17 | |
18 include ../../mk/objective.mk |