diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-07-08 21:47:23 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-07-08 21:47:23 -0400 |
commit | d56a9ce678101d6dc66e0d322d5f33e04bbc98fc (patch) | |
tree | 8a3e37f9faa37b27c5f762775367fe03d92b1364 /engine/dconf-engine-source-user.c | |
parent | 792a13279603b2533961a48b778514c805ef39cd (diff) | |
download | dconf-d56a9ce678101d6dc66e0d322d5f33e04bbc98fc.tar.gz |
massive Makefile reorganisation
Clean up the Makefiles and make them as similar as possible.
Move CFLAGS to a common point of definition and stop using -I so much.
Replace the 'dbus stub' with libdconf-mock.a in tests/. Fill in some
stubs for future mock code for shm and gvdb (just to get things
compiling for now).
Diffstat (limited to 'engine/dconf-engine-source-user.c')
-rw-r--r-- | engine/dconf-engine-source-user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/dconf-engine-source-user.c b/engine/dconf-engine-source-user.c index 3a2ddba..5034eec 100644 --- a/engine/dconf-engine-source-user.c +++ b/engine/dconf-engine-source-user.c @@ -22,7 +22,7 @@ #include "dconf-engine-source-private.h" -#include "dconf-shm.h" +#include "../shm/dconf-shm.h" #include <sys/mman.h> #include <fcntl.h> #include <errno.h> |