src/Makefile.am: remove unused variable
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 10:51:13 +0000 (12:51 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 10:51:13 +0000 (12:51 +0200)
src/Makefile.am

index d54094f..c763a1b 100644 (file)
@@ -183,7 +183,6 @@ if BUILD_PLUGIN_BATTERY
 pkglib_LTLIBRARIES += battery.la
 battery_la_SOURCES = battery.c
 battery_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-battery_la_LIBADD =
 if BUILD_WITH_LIBIOKIT
 battery_la_LDFLAGS += -framework IOKit
 endif