summaryrefslogtreecommitdiff
path: root/gsettings
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-17 12:20:33 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-17 12:21:26 -0400
commitbece1f7488e07c2d3f2c9b978ef0065a3ab1413f (patch)
tree5f12dd60af9475f0ba909a335e84d0dc28b64fd8 /gsettings
parent6eec812ad4a014b679e630aca5fc1917a1d2b665 (diff)
downloaddconf-bece1f7488e07c2d3f2c9b978ef0065a3ab1413f.tar.gz
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.
Diffstat (limited to 'gsettings')
-rw-r--r--gsettings/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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