strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added a plugin providing crypto test vectors
[strongswan.git]
/
src
/
libstrongswan
/
plugins
/
test_vectors
/
Makefile.am
1
2
INCLUDES = -I$(top_srcdir)/src/libstrongswan
3
4
AM_CFLAGS = -rdynamic
5
6
plugin_LTLIBRARIES = libstrongswan-test-vectors.la
7
8
libstrongswan_test_vectors_la_SOURCES = \
9
test_vectors_plugin.h test_vectors_plugin.c
10
libstrongswan_test_vectors_la_LDFLAGS = -module
11