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:
01e48dd
)
checksum: Fix checksum generation for pki if tools are disabled
author
Tobias Brunner
<tobias@strongswan.org>
Fri, 27 Jun 2014 13:20:25 +0000
(15:20 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 30 Jun 2014 11:25:13 +0000
(13:25 +0200)
src/checksum/Makefile.am
patch
|
blob
|
history
diff --git
a/src/checksum/Makefile.am
b/src/checksum/Makefile.am
index
0bc195b
..
27bc094
100644
(file)
--- a/
src/checksum/Makefile.am
+++ b/
src/checksum/Makefile.am
@@
-101,6
+101,9
@@
endif
if USE_TOOLS
exes += $(DESTDIR)$(ipsecdir)/scepclient
+endif
+
+if USE_PKI
exes += $(DESTDIR)$(bindir)/pki
endif