File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libsimaka / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libcharon

AM_LDFLAGS = \
	-no-undefined

ipseclib_LTLIBRARIES = libsimaka.la

libsimaka_la_LIBADD = \
	$(top_builddir)/src/libstrongswan/libstrongswan.la

if USE_WINDOWS
  libsimaka_la_LIBADD += -lws2_32
endif

libsimaka_la_SOURCES = simaka_message.h simaka_message.c \
  simaka_crypto.h simaka_crypto.c simaka_manager.h simaka_manager.c \
  simaka_card.h simaka_provider.h simaka_hooks.h

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>