strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implemented AES-CMAC based PRF and signer.
[strongswan.git]
/
src
/
libstrongswan
/
Makefile.am
diff --git
a/src/libstrongswan/Makefile.am
b/src/libstrongswan/Makefile.am
index
d3c360b
..
7bb0812
100644
(file)
--- a/
src/libstrongswan/Makefile.am
+++ b/
src/libstrongswan/Makefile.am
@@
-215,6
+215,13
@@
if MONOLITHIC
endif
endif
+if USE_CMAC
+ SUBDIRS += plugins/cmac
+if MONOLITHIC
+ libstrongswan_la_LIBADD += plugins/cmac/libstrongswan-cmac.la
+endif
+endif
+
if USE_XCBC
SUBDIRS += plugins/xcbc
if MONOLITHIC