Mercurial > audlegacy-plugins
diff src/statusicon/Makefile @ 854:aac49941ee8f trunk
[svn] statusicon 0.3: alternative right-click menu with simple playback control commands
author | giacomo |
---|---|
date | Wed, 14 Mar 2007 07:44:00 -0700 |
parents | 550c9e382cf8 |
children | 4b9e7a5a0e9c |
line wrap: on
line diff
--- a/src/statusicon/Makefile Wed Mar 14 06:43:19 2007 -0700 +++ b/src/statusicon/Makefile Wed Mar 14 07:44:00 2007 -0700 @@ -3,12 +3,12 @@ OBJECTIVE_LIBS = libstatusicon$(SHARED_SUFFIX) -noinst_HEADERS = si.h si_ui.h si_audacious.h si_common.h gtktrayicon.h si.xpm si2.xpm +noinst_HEADERS = si.h si_ui.h si_cfg.h si_audacious.h si_common.h gtktrayicon.h si.xpm si2.xpm LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) LIBADD = $(GTK_LIBS) $(GDKX11_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -SOURCES = si.c si_ui.c gtktrayicon-x11.c +SOURCES = si.c si_ui.c si_cfg.c gtktrayicon-x11.c OBJECTS = ${SOURCES:.c=.o}