diff options
author | Ted Gould <ted@canonical.com> | 2008-11-12 16:41:12 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2008-11-12 16:41:12 -0600 |
commit | 6a2c99b70e71d1d405df2edc8eac27f882e03e2e (patch) | |
tree | 4173e23e3ac2028c8b8f65683c1079601eee5161 /src/Makefile.am | |
parent | 99a07ef50c0ae94dfa2290d924575dfc2f97bac7 (diff) | |
download | libayatana-indicator-6a2c99b70e71d1d405df2edc8eac27f882e03e2e.tar.gz libayatana-indicator-6a2c99b70e71d1d405df2edc8eac27f882e03e2e.tar.bz2 libayatana-indicator-6a2c99b70e71d1d405df2edc8eac27f882e03e2e.zip |
Adding the basis for all the different indicators that we want to include
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
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) |