strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f86d0
)
Link libhydra to checksum_builder so the hydra object is defined.
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 24 Mar 2010 16:46:56 +0000
(17:46 +0100)
committer
Tobias Brunner
<tobias@strongswan.org>
Wed, 24 Mar 2010 17:54:26 +0000
(18:54 +0100)
src/checksum/Makefile.am
patch
|
blob
|
history
diff --git
a/src/checksum/Makefile.am
b/src/checksum/Makefile.am
index
ed87e62
..
27d615d
100644
(file)
--- 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)