From 6a2c99b70e71d1d405df2edc8eac27f882e03e2e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 12 Nov 2008 16:41:12 -0600 Subject: Adding the basis for all the different indicators that we want to include --- src/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 65637e2..7ba96ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,8 +6,18 @@ indicator_applet_CFLAGS = \ -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ $(APPLET_CFLAGS) -indicator_applet_SOURCES = \ - applet-main.c +indicator_applet_SOURCES = \ + applet-main.c \ + indicator-audio.c \ + indicator-audio.h \ + indicator-messages.c \ + indicator-messages.h \ + indicator-network.c \ + indicator-network.h \ + indicator-power.c \ + indicator-power.h \ + indicator-system.c \ + indicator-system.h indicator_applet_LDADD = \ $(APPLET_LIBS) -- cgit v1.2.3