diff options
Diffstat (limited to 'battstat/Makefile.am')
-rw-r--r-- | battstat/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battstat/Makefile.am b/battstat/Makefile.am index 9a121cdd..093db421 100644 --- a/battstat/Makefile.am +++ b/battstat/Makefile.am @@ -51,9 +51,9 @@ battstat_applet_2_SOURCES = \ battstat_applet_2_LDADD = \ - $(MATE_APPLETS3_LIBS) \ - $(LIBMATENOTIFY_LIBS) \ - $(HAL_LIBS) \ + $(MATE_APPLETS3_LIBS) \ + $(LIBMATENOTIFY_LIBS) \ + $(HAL_LIBS) \ $(APMLIB) \ -lm |