From 575c2d61f965996d486111d36ef92c46ad84ed11 Mon Sep 17 00:00:00 2001
Message-Id: <575c2d61f965996d486111d36ef92c46ad84ed11.1351009358.git.ibell@...>
In-Reply-To: <180145dfd9a175bb1b824b63df34a41b7e97d425.1351009358.git.ibell@...>
References: <180145dfd9a175bb1b824b63df34a41b7e97d425.1351009358.git.ibell@...>
From: Ian Bell <ibell@...>
Date: Tue, 23 Oct 2012 17:12:58 +0100
Subject: [PATCH 10/12] Testtools include paths
Fixed the include paths for mamda testtools
Signed-off-by: Ian Bell <ibell@...>
---
mamda/c_cpp/src/testtools/Makefile.am | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/mamda/c_cpp/src/testtools/Makefile.am b/mamda/c_cpp/src/testtools/Makefile.am
index ffd40d8..847a739 100644
--- a/mamda/c_cpp/src/testtools/Makefile.am
+++ b/mamda/c_cpp/src/testtools/Makefile.am
@@ -26,12 +26,22 @@ bin_PROGRAMS = \
quoteselftest \
tradeselftest
-INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../..
+INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../.. \
+ -I${srcdir}/../cpp \
+ -I$(srcdir)/../cpp/mamda \
+ -I$(srcdir)/../cpp/options \
+ -I$(srcdir)/../cpp/orderbooks \
+ -I$(srcdir)/../../../../mama/c_cpp/src/cpp \
+ -I$(srcdir)/../../../../mama/c_cpp/src/c \
+ -I$(srcdir)/../../../../common/c_cpp/src/c
LDFLAGS += -L${srcdir}/../cpp \
-L$(srcdir)/../cpp/mamda \
-L$(srcdir)/../cpp/options \
- -L$(srcdir)/../../../../mama/c_cpp/src/cpp
+ -L$(srcdir)/../cpp/orderbooks \
+ -L$(srcdir)/../../../../mama/c_cpp/src/cpp \
+ -L$(srcdir)/../../../../mama/c_cpp/src/c \
+ -L$(srcdir)/../../../../common/c_cpp/src/c
LIBS += -lmamdabook -lmamda -lmamacpp -lpthread -lrt
LIBS += -lmama -lwombatcommon
--
1.7.9.5