[libgda] Corrected out of tree building
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Corrected out of tree building
- Date: Sat, 29 Dec 2012 22:06:21 +0000 (UTC)
commit 33dc8a671183b94f11b1a0e050c3fe87bd66bb23
Author: Vivien Malerba <malerba gnome-db org>
Date: Sat Dec 29 22:49:40 2012 +0100
Corrected out of tree building
tools/Makefile.am | 5 +++--
tools/cmdtool/Makefile.am | 2 ++
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 50818df..2712316 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -21,8 +21,9 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/libgda/sqlite \
-I$(top_builddir)/libgda/sqlite \
-I$(top_srcdir)/libgda \
- -I. \
- -Icmdtool \
+ -I$(top_builddir)/libgda \
+ -I$(top_srcdir)/tools \
+ -I$(top_srcdir)/tools/cmdtool \
$(ldap_flags) \
$(COREDEPS_CFLAGS) \
-DROOT_DIR=\""$(top_srcdir)"\"
diff --git a/tools/cmdtool/Makefile.am b/tools/cmdtool/Makefile.am
index 6fb9e33..647a290 100644
--- a/tools/cmdtool/Makefile.am
+++ b/tools/cmdtool/Makefile.am
@@ -3,6 +3,8 @@ noinst_LTLIBRARIES = libcmdtool.la
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/libgda \
+ -I$(top_builddir) \
+ -I$(top_builddir)/libgda \
$(COREDEPS_CFLAGS) \
$(COREDEPS_WFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]