14 lines
311 B
Makefile
14 lines
311 B
Makefile
|
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
|
|
|
AM_CFLAGS = -rdynamic
|
|
|
|
plugin_LTLIBRARIES = libstrongswan-openssl.la
|
|
|
|
libstrongswan_openssl_la_SOURCES = openssl_plugin.h openssl_plugin.c \
|
|
openssl_crypter.c openssl_crypter.h
|
|
|
|
libstrongswan_openssl_la_LDFLAGS = -module
|
|
libstrongswan_openssl_la_LIBADD = -lssl
|
|
|