[dconf] Fixup srcdir != builddir fallout from last commit



commit 8f6edee4e5940c671ab3da622b615abe198737cc
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Jul 15 10:36:10 2012 -0400

    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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]