From bece1f7488e07c2d3f2c9b978ef0065a3ab1413f Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sat, 17 Jul 2010 12:20:33 -0400 Subject: Move shmdir guessing code to common/ Increase the intelligence of the algorithm: use ~/.cache/dconf as a reasonable default if not on NFS. The dconf engine now has a non-blocking startup when not on NFS. --- gsettings/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gsettings') diff --git a/gsettings/Makefile.am b/gsettings/Makefile.am index 2f81184..9acf7e7 100644 --- a/gsettings/Makefile.am +++ b/gsettings/Makefile.am @@ -7,6 +7,7 @@ libdconfsettings_la_LIBADD = $(gio_LIBS) libdconfsettings_la_LDFLAGS = -module -avoid-version -shared libdconfsettings_la_SOURCES = \ ../engine/dconf-engine.c \ + ../common/dconf-shmdir.c \ ../gvdb/gvdb-reader.c \ dconfsettingsbackend.c -- cgit v1.2.1