summaryrefslogtreecommitdiff
path: root/libupower-glib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libupower-glib/Makefile.am')
-rw-r--r--libupower-glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am
index 08755d6..dd3ead2 100644
--- a/libupower-glib/Makefile.am
+++ b/libupower-glib/Makefile.am
@@ -3,6 +3,7 @@ AM_CPPFLAGS = \
$(GIO_UNIX_CFLAGS) \
-I$(top_builddir) \
-I$(top_srcdir) \
+ -I$(top_srcdir)/dbus \
-I$(top_builddir)/dbus \
-I$(top_srcdir)/libupower-glib \
-DUP_COMPILATION \
@@ -53,6 +54,7 @@ libupower_glib_la_LDFLAGS = \
-export-symbols-regex '^up_.*'
libupower_glib_la_CFLAGS = \
+ $(AM_CPPFLAGS) \
$(WARNINGFLAGS_C) \
$(NULL)