Code

src/Makefile.am: merge 2 lines
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 17:07:29 +0000 (19:07 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 3 Jun 2016 17:07:29 +0000 (19:07 +0200)
src/Makefile.am

index fd4f733fabca8e8c194de2ca97325a13d30c065e..f91c49052c5cd506f2dced839f012cc11eb61ab9 100644 (file)
@@ -147,8 +147,7 @@ endif
 if BUILD_PLUGIN_APPLE_SENSORS
 pkglib_LTLIBRARIES += apple_sensors.la
 apple_sensors_la_SOURCES = apple_sensors.c
-apple_sensors_la_LDFLAGS = $(PLUGIN_LDFLAGS)
-apple_sensors_la_LDFLAGS += -framework IOKit
+apple_sensors_la_LDFLAGS = $(PLUGIN_LDFLAGS) -framework IOKit
 endif
 
 if BUILD_PLUGIN_AQUAERO