Annotation of embedaddon/strongswan/src/libstrongswan/plugins/keychain/Makefile.am, revision 1.1

1.1     ! misho       1: 
        !             2: AM_CPPFLAGS = -I$(top_srcdir)/src/libstrongswan
        !             3: 
        !             4: AM_CFLAGS = $(PLUGIN_CFLAGS)
        !             5: 
        !             6: if MONOLITHIC
        !             7: noinst_LTLIBRARIES = libstrongswan-keychain.la
        !             8: else
        !             9: plugin_LTLIBRARIES = libstrongswan-keychain.la
        !            10: endif
        !            11: 
        !            12: libstrongswan_keychain_la_SOURCES = \
        !            13:        keychain_plugin.h keychain_plugin.c \
        !            14:        keychain_creds.h keychain_creds.c
        !            15: 
        !            16: libstrongswan_keychain_la_LDFLAGS = -module -avoid-version \
        !            17:        -framework Security -framework CoreFoundation

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