summaryrefslogtreecommitdiff
path: root/client/dconf.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-15 10:31:01 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-15 10:32:58 -0400
commitcdcf70a0d86d019e34d3ea755f6de6634807b58f (patch)
tree095e838ffcd89240ff0dc8a2ac21cb43ac57f996 /client/dconf.h
parent32985d9a8325062c94d086b38c09203b0dc5f3e3 (diff)
downloaddconf-cdcf70a0d86d019e34d3ea755f6de6634807b58f.tar.gz
tweak public header installation
Colin noticed that this was totally broken (from an ostree build). Fix it up.
Diffstat (limited to 'client/dconf.h')
-rw-r--r--client/dconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/dconf.h b/client/dconf.h
index 21b8f70..d946bd3 100644
--- a/client/dconf.h
+++ b/client/dconf.h
@@ -22,8 +22,8 @@
#ifndef __dconf_h__
#define __dconf_h__
-#include <dconf-paths.h>
-#include <dconf-changeset.h>
-#include <dconf-client.h>
+#include <common/dconf-paths.h>
+#include <common/dconf-changeset.h>
+#include <client/dconf-client.h>
#endif /* __dconf_h__ */