diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 648c764..b261fa2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,9 +8,7 @@ indicator_applet_CFLAGS = \ $(APPLET_CFLAGS) indicator_applet_SOURCES = \ - applet-main.c \ - indicator-messages.c \ - indicator-messages.h + applet-main.c indicator_applet_LDADD = \ $(APPLET_LIBS) |