summaryrefslogtreecommitdiff
path: root/src/freebsd
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-03-26 05:46:14 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2010-03-26 11:15:26 +0100
commit9f26b3f866513ba6b2cdd286c52c7f87262f754e (patch)
tree537581cef24c863d7fdaf6e3b691756f7d9afe3f /src/freebsd
parentfedc1914204b5c52c4b7dc9bc125759acc785edf (diff)
downloadupower-9f26b3f866513ba6b2cdd286c52c7f87262f754e.tar.gz
Remove libdevkit-power-gobject dependency from backends
The backends [linux/freebsd/dummy] no longer require libdevkit-power-gobject, so - remove -I$(top_srcdir)/devkit-power-gobject from the include path - don't link the backends against libdevkit-power-gobject but upowerd (which unfortunately still needs it). Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Diffstat (limited to 'src/freebsd')
-rw-r--r--src/freebsd/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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) \