diff options
author | Stephen Morris <stephen@isc.org> | 2011-05-11 21:04:18 +0200 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2011-05-11 21:04:18 +0200 |
commit | fd9855894957b318876a9cb9a0dbe2b4cbbdd4b6 (patch) | |
tree | 6b9521e3d6ac9d2d34ff9a295a281f9d9d5fb983 /src/lib/cryptolink/tests | |
parent | [trac542] Alterations to makefiles to take out unnecessary dependencies (diff) | |
download | kea-fd9855894957b318876a9cb9a0dbe2b4cbbdd4b6.tar.xz kea-fd9855894957b318876a9cb9a0dbe2b4cbbdd4b6.zip |
[trac542] Add libexceptions to Makefile.am
For some reason, libtool is not picking up this library from the
dependency in libutil_unittests. Adding the library to the link
cures the problem.
Also, move the directory util/io/tests to util/io_tests so that
the utilities code and tests build in the right order.
Diffstat (limited to 'src/lib/cryptolink/tests')
-rw-r--r-- | src/lib/cryptolink/tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/cryptolink/tests/Makefile.am b/src/lib/cryptolink/tests/Makefile.am index a380b19d5a..1b029d5f88 100644 --- a/src/lib/cryptolink/tests/Makefile.am +++ b/src/lib/cryptolink/tests/Makefile.am @@ -20,6 +20,7 @@ run_unittests_LDFLAGS = $(AM_LDFLAGS) $(GTEST_LDFLAGS) run_unittests_LDADD = $(GTEST_LDADD) run_unittests_LDADD += $(top_builddir)/src/lib/cryptolink/libcryptolink.la run_unittests_LDADD += $(top_builddir)/src/lib/util/unittests/libutil_unittests.la +run_unittests_LDADD += $(top_builddir)/src/lib/exceptions/libexceptions.la endif noinst_PROGRAMS = $(TESTS) |