summaryrefslogtreecommitdiff
path: root/libupower-glib
diff options
context:
space:
mode:
Diffstat (limited to 'libupower-glib')
-rw-r--r--libupower-glib/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am
index 505df80..cff8f4c 100644
--- a/libupower-glib/Makefile.am
+++ b/libupower-glib/Makefile.am
@@ -1,6 +1,7 @@
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(DBUS_GLIB_CFLAGS) \
+ $(GIO_UNIX_CFLAGS) \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/libupower-glib \
@@ -74,11 +75,15 @@ libupower_glib_la_SOURCES = \
up-wakeup-item.c \
up-stats-item.c \
up-history-item.c \
- up-device.c
+ up-device.c \
+ $(up_client_dbus_built_sources) \
+ $(up_device_dbus_built_sources) \
+ $(up_wakeups_dbus_built_sources)
libupower_glib_la_LIBADD = \
$(INTLLIBS) \
$(GLIB_LIBS) \
+ $(GIO_UNIX_LIBS) \
$(DBUS_GLIB_LIBS)
libupower_glib_la_LDFLAGS = \