diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/kernel/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/kernel/Makefile.am b/sca-cpp/trunk/kernel/Makefile.am index e210e0d323..cfacbb3662 100644 --- a/sca-cpp/trunk/kernel/Makefile.am +++ b/sca-cpp/trunk/kernel/Makefile.am @@ -34,9 +34,9 @@ mem_test_SOURCES = mem-test.cpp parallel_test_SOURCES = parallel-test.cpp xml_test_SOURCES = xml-test.cpp -xml_test_LDADD = -lxml2 +xml_test_LDFLAGS = -lxml2 xsd_test_SOURCES = xsd-test.cpp -xsd_test_LDADD = -lxml2 +xsd_test_LDFLAGS = -lxml2 TESTS = string-test kernel-test mem-test parallel-test xml-test |