From d56a9ce678101d6dc66e0d322d5f33e04bbc98fc Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 8 Jul 2012 21:47:23 -0400 Subject: 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). --- tests/dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dbus.c') diff --git a/tests/dbus.c b/tests/dbus.c index e227266..8f813a8 100644 --- a/tests/dbus.c +++ b/tests/dbus.c @@ -5,7 +5,7 @@ /* Test the DBus communicaton code. */ -#include "dconf-engine.h" +#include "../engine/dconf-engine.h" static gboolean okay_in_main; static GThread *main_thread; -- cgit v1.2.1