summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-15 10:36:10 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-15 10:36:35 -0400
commit8f6edee4e5940c671ab3da622b615abe198737cc (patch)
treeb7bf9071c4704018bf26f0211446cc23e53f4b13
parentcdcf70a0d86d019e34d3ea755f6de6634807b58f (diff)
downloaddconf-8f6edee4e5940c671ab3da622b615abe198737cc.tar.gz
Fixup srcdir != builddir fallout from last commit
-rw-r--r--bin/Makefile.am2
-rw-r--r--editor/Makefile.am2
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