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, 3 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: AM_CPPFLAGS = \
    2: 	-I$(top_srcdir)/src/libstrongswan \
    3: 	-I$(top_srcdir)/src/libcharon
    4: 
    5: AM_LDFLAGS = \
    6: 	-no-undefined
    7: 
    8: ipseclib_LTLIBRARIES = libsimaka.la
    9: 
   10: libsimaka_la_LIBADD = \
   11: 	$(top_builddir)/src/libstrongswan/libstrongswan.la
   12: 
   13: if USE_WINDOWS
   14:   libsimaka_la_LIBADD += -lws2_32
   15: endif
   16: 
   17: libsimaka_la_SOURCES = simaka_message.h simaka_message.c \
   18:   simaka_crypto.h simaka_crypto.c simaka_manager.h simaka_manager.c \
   19:   simaka_card.h simaka_provider.h simaka_hooks.h

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