merged the modularization branch (credentials) back to trunk
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libstrongswan-gmp.la
|
||||
|
||||
libstrongswan_gmp_la_SOURCES = gmp_plugin.h gmp_plugin.c \
|
||||
gmp_diffie_hellman.c gmp_diffie_hellman.h \
|
||||
gmp_rsa_private_key.c gmp_rsa_private_key.h \
|
||||
gmp_rsa_public_key.c gmp_rsa_public_key.h
|
||||
libstrongswan_gmp_la_LDFLAGS = -module
|
||||
libstrongswan_gmp_la_LIBADD = -lgmp
|
||||
|
||||
Reference in New Issue
Block a user