From 8f6edee4e5940c671ab3da622b615abe198737cc Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Sun, 15 Jul 2012 10:36:10 -0400 Subject: Fixup srcdir != builddir fallout from last commit --- bin/Makefile.am | 2 +- editor/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Makefile.am b/bin/Makefile.am index 0501bfa..e0570e9 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.gtester -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/client +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/client bin_PROGRAMS = dconf diff --git a/editor/Makefile.am b/editor/Makefile.am index 3fa76f6..02ed174 100644 --- a/editor/Makefile.am +++ b/editor/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.gtester -INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/client +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/client bin_PROGRAMS = dconf-editor -- cgit v1.2.1