diff options
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) |