summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am9
-rw-r--r--src/dummy/Makefile.am1
-rw-r--r--src/freebsd/Makefile.am1
-rw-r--r--src/linux/Makefile.am1
4 files changed, 4 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9a04709..7b6f954 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -95,7 +95,8 @@ upowerd_LDADD = \
$(GIO_LIBS) \
$(DBUS_GLIB_LIBS) \
$(POLKIT_LIBS) \
- $(UPOWER_LIBS)
+ $(UPOWER_LIBS) \
+ $(DEVKIT_POWER_LIBS)
if BACKEND_TYPE_DUMMY
upowerd_LDADD += \
@@ -104,15 +105,13 @@ endif
if BACKEND_TYPE_FREEBSD
upowerd_LDADD += \
- freebsd/libupshared.la \
- $(DEVKIT_POWER_LIBS)
+ freebsd/libupshared.la
endif
if BACKEND_TYPE_LINUX
upowerd_LDADD += \
linux/libupshared.la \
- $(GUDEV_LIBS) \
- $(DEVKIT_POWER_LIBS)
+ $(GUDEV_LIBS)
endif
upowerd_CFLAGS = \
diff --git a/src/dummy/Makefile.am b/src/dummy/Makefile.am
index bcfe937..548b891 100644
--- a/src/dummy/Makefile.am
+++ b/src/dummy/Makefile.am
@@ -4,7 +4,6 @@ INCLUDES = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
-DEGG_TEST \
- -I$(top_srcdir)/devkit-power-gobject \
-I$(top_srcdir)/libupower-glib \
$(DBUS_GLIB_CFLAGS) \
$(POLKIT_CFLAGS) \
diff --git a/src/freebsd/Makefile.am b/src/freebsd/Makefile.am
index c524522..2bf50f5 100644
--- a/src/freebsd/Makefile.am
+++ b/src/freebsd/Makefile.am
@@ -3,7 +3,6 @@
INCLUDES = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
- -I$(top_srcdir)/devkit-power-gobject \
-I$(top_srcdir)/libupower-glib \
$(DBUS_GLIB_CFLAGS) \
$(POLKIT_CFLAGS) \
diff --git a/src/linux/Makefile.am b/src/linux/Makefile.am
index e6d9630..3e715a3 100644
--- a/src/linux/Makefile.am
+++ b/src/linux/Makefile.am
@@ -4,7 +4,6 @@ INCLUDES = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
-DG_UDEV_API_IS_SUBJECT_TO_CHANGE \
- -I$(top_srcdir)/devkit-power-gobject \
-I$(top_srcdir)/libupower-glib \
$(GIO_CFLAGS) \
$(DBUS_GLIB_CFLAGS) \