Blob Blame History Raw
From d6d0f99c908f2282506f8ea26b94dcb13ab6e7a0 Mon Sep 17 00:00:00 2001
From: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date: Fri, 10 Oct 2014 18:20:36 +0200
Subject: [PATCH] multiple build system fixes

1/ automake: error: using '$(top_srcdir)' in TESTS is currently broken: '$(top_srcdir)/test/ixion-parser-test.sh'
2/ ixion-test not finding boost symbols on linking
---
 src/Makefile.am          | 2 +-
 src/libixion/Makefile.am | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index e61de7c..e99999d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,4 +24,4 @@ ixion_sorter_SOURCES = \
 ixion_test_SOURCES = ixion_test.cpp
 ixion_test_LDADD = libixion/libixion-@IXION_API_VERSION@.la
 
-TESTS = $(top_srcdir)/test/ixion-parser-test.sh ixion-test
+TESTS = ../test/ixion-parser-test.sh ixion-test
-- 
2.1.0