diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-24 17:46:56 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-24 18:54:26 +0100 |
commit | 70d70c8a2e2b8d3c0b184cdd64e1a07cb5850c55 (patch) | |
tree | 02bdd691ca14a2ee996f0471a0076c0d6d21d976 /src/checksum | |
parent | 58f86d0f0fea14383c1836aa37a21edd38ad2e47 (diff) | |
download | strongswan-70d70c8a2e2b8d3c0b184cdd64e1a07cb5850c55.tar.bz2 strongswan-70d70c8a2e2b8d3c0b184cdd64e1a07cb5850c55.tar.xz |
Link libhydra to checksum_builder so the hydra object is defined.
Diffstat (limited to 'src/checksum')
-rw-r--r-- | src/checksum/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checksum/Makefile.am b/src/checksum/Makefile.am index ed87e624e..27d615dab 100644 --- a/src/checksum/Makefile.am +++ b/src/checksum/Makefile.am @@ -7,6 +7,7 @@ libchecksum_la_LDFLAGS = -module -avoid-version checksum_builder_SOURCES = checksum_builder.c checksum_builder_LDADD = \ $(top_builddir)/src/libstrongswan/libstrongswan.la \ + $(top_builddir)/src/libhydra/libhydra.la \ $(top_builddir)/src/libcharon/libcharon.la \ $(DLLIB) |