summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-07-04 15:48:52 +0000
committerMark McLoughlin <markmc@src.gnome.org>2004-07-04 15:48:52 +0000
commit42b091a700e4a5059bb3f2514d1d9e2ff25501da (patch)
tree9a8d46c3f3de54611ef04ebbdeeea9daf9285e85 /wrappers
parent79ee75c1830af170b5cf56e30d8fc4f9584c4273 (diff)
downloadgconf-42b091a700e4a5059bb3f2514d1d9e2ff25501da.tar.gz
Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517 to add a
2004-07-04 Mark McLoughlin <mark@skynet.ie> Patch from Julio M. Merino Vidal <jmmv@menta.net> in bug #134517 to add a --sysconfsubdir configure argument which allows the sub-directory GConf uses under $sysconfdir to be change. * configure.in: add --sysconfsubdir argument and subst $sysgconfdir which contains the full sysconf path GConf uses. * Makefile.am, examples/Makefile.am, gconf/Makefile.am, gconf/default.path.in, gconf/gconftool.c, standard-schemas/Makefile.am, wrappers/cxx/Makefile.am: use $sysgconfdir.
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/cxx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/cxx/Makefile.am b/wrappers/cxx/Makefile.am
index 3301cadd..66a04a14 100644
--- a/wrappers/cxx/Makefile.am
+++ b/wrappers/cxx/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES=-I$(top_srcdir) $(GLIB_CFLAGS) $(GMODULE_CFLAGS) $(ORBIT_CFLAGS)\
- -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" -DGCONF_SYSCONFDIR=\""$(sysconfdir)"\" -DGCONF_BACKEND_DIR=\""$(pkglibdir)"\"
+ -DGCONF_SRCDIR=\""$(absolute_top_srcdir)"\" -DGCONF_SYSCONFDIR=\""$(sysgconfdir)"\" -DGCONF_BACKEND_DIR=\""$(pkglibdir)"\"
lib_LTLIBRARIES = libgconf-cxxclient.la