From e5a49fff24c79431782da107185431b7835ef492 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 29 May 2010 19:44:35 +0000 Subject: Fix distribution build, add missing files and samples and fix path to libraries. GCC 4.5 is used if available but not installed automatically. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949435 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/kernel/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sca-cpp/trunk/kernel/Makefile.am') diff --git a/sca-cpp/trunk/kernel/Makefile.am b/sca-cpp/trunk/kernel/Makefile.am index 203dfbd269..a112ab5d0d 100644 --- a/sca-cpp/trunk/kernel/Makefile.am +++ b/sca-cpp/trunk/kernel/Makefile.am @@ -22,9 +22,12 @@ include_HEADERS = *.hpp string_test_SOURCES = string-test.cpp -test_LTLIBRARIES = libdynlib-test.la -testdir = $(prefix)/test +noinst_test_LTLIBRARIES = libdynlib-test.la +noinst_testdir = `pwd`/tmp libdynlib_test_la_SOURCES = dynlib-test.cpp +noinst_DATA = libdynlib-test.so +libdynlib-test.so: + ln -s .libs/libdynlib-test.so kernel_test_SOURCES = kernel-test.cpp -- cgit v1.2.3