summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-03-08 11:47:35 -0500
committerRyan Lortie <desrt@desrt.ca>2012-03-08 11:47:35 -0500
commitc35ac7aff8f035710b3fbbee4fe34461cc78681e (patch)
tree2152db042d1b5e66f023e208088859625d75b62f
parentd28bd006832bd136c58d42003bf1b0f25f74128e (diff)
downloadgconf-c35ac7aff8f035710b3fbbee4fe34461cc78681e.tar.gz
fix build failure with ORBit enabled
With ORBit enabled, the internal gconf headers (that we are now using from gsettings-data-convert) depend on ORBit headers. Add the proper search path to the CFLAGS for gsettings-data-convert to fix that.
-rw-r--r--gsettings/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gsettings/Makefile.am b/gsettings/Makefile.am
index 8585b1e0..a895d53a 100644
--- a/gsettings/Makefile.am
+++ b/gsettings/Makefile.am
@@ -30,6 +30,7 @@ AM_CPPFLAGS = \
-I$(top_builddir) \
-DDATADIR=\"$(datadir)\" \
-DGCONF_CONFDIR=\""$(sysgconfdir)/$(MAJOR_VERSION)"\" \
+ $(DEPENDENT_ORBIT_CFLAGS) \
$(GSETTINGS_CFLAGS)
gsettings_data_convert_SOURCES = gsettings-data-convert.c