diff options
author | Monsta <[email protected]> | 2014-12-30 15:56:43 +0300 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-30 14:59:32 +0100 |
commit | 746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4 (patch) | |
tree | 44f8b7ea74f646f655bf1fb9cda6be4732ec565d /battstat/Makefile.am | |
parent | 2dcb73c54833ae6af9fd724d40fdbfdbf16296f8 (diff) | |
download | mate-applets-746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4.tar.bz2 mate-applets-746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4.tar.xz |
battstat applet: remove HAL support
Diffstat (limited to 'battstat/Makefile.am')
-rw-r--r-- | battstat/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/battstat/Makefile.am b/battstat/Makefile.am index 21ff989d..642a128f 100644 --- a/battstat/Makefile.am +++ b/battstat/Makefile.am @@ -27,7 +27,6 @@ AM_CPPFLAGS = \ $(MATE_APPLETS4_CFLAGS) \ $(MATEDESKTOP_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ - $(HAL_CFLAGS) \ $(UPOWER_CFLAGS) \ $(APMINC) \ $(ACPIINC) \ @@ -48,8 +47,6 @@ battstat_applet_SOURCES = \ acpi-linux.h \ acpi-freebsd.c \ acpi-freebsd.h \ - battstat-hal.c \ - battstat-hal.h \ battstat-upower.c \ battstat-upower.h @@ -58,7 +55,6 @@ battstat_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ $(MATEDESKTOP_LIBS) \ $(LIBNOTIFY_LIBS) \ - $(HAL_LIBS) \ $(APMLIB) \ $(UPOWER_LIBS) \ -lm |