summaryrefslogtreecommitdiffstats
path: root/devel/dconf/files/patch-tests_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dconf/files/patch-tests_Makefile.in')
-rw-r--r--devel/dconf/files/patch-tests_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dconf/files/patch-tests_Makefile.in b/devel/dconf/files/patch-tests_Makefile.in
new file mode 100644
index 000000000..ae8c4698a
--- /dev/null
+++ b/devel/dconf/files/patch-tests_Makefile.in
@@ -0,0 +1,11 @@
+--- tests/Makefile.in.orig 2010-05-28 23:48:23.000000000 +0200
++++ tests/Makefile.in 2010-05-28 23:49:04.000000000 +0200
+@@ -204,7 +204,7 @@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+ AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
+-INCLUDES = -I$(top_srcdir)/{common,engine,client} $(gio_CFLAGS)
++INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client $(gio_CFLAGS)
+ paths_LDADD = $(gio_LIBS)
+ paths_SOURCES = \
+ ../common/dconf-paths.c \