From 746aedb7c45aabe9aacf8b29bf4b393bcd83c7a4 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 30 Dec 2014 15:56:43 +0300 Subject: battstat applet: remove HAL support --- battstat/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'battstat/Makefile.am') 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 -- cgit v1.2.1