From c35ac7aff8f035710b3fbbee4fe34461cc78681e Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 8 Mar 2012 11:47:35 -0500 Subject: 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. --- gsettings/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1