summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-02-04 14:07:07 +0000
committerRichard Hughes <richard@hughsie.com>2013-02-04 14:07:07 +0000
commit693da1d865863e6f6f68cbc229b62cbb75e8923d (patch)
tree29452f8a38195d7a57f802e3f43c5f1afbea898c /client
parent5e3ab92c082d84d75e9299f8e9e6e288dcd5711e (diff)
downloadcolord-693da1d865863e6f6f68cbc229b62cbb75e8923d.tar.gz
trivial: Fix non-srcdir building, to hopefully fix the ostree build
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 7ce94ee..6e1b841 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -3,6 +3,7 @@ AM_CPPFLAGS = \
$(GTK_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/lib \
+ -I$(top_builddir)/lib \
-DG_LOG_DOMAIN=\"Cd\" \
-DCD_COMPILATION \
-DCD_DISABLE_DEPRECATED \