diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c680a09..65637e2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,3 +9,5 @@ indicator_applet_CFLAGS = \ indicator_applet_SOURCES = \ applet-main.c +indicator_applet_LDADD = \ + $(APPLET_LIBS) |