Annotation of embedaddon/strongswan/src/libcharon/plugins/ext_auth/Makefile.am, revision 1.1

1.1     ! misho       1: AM_CPPFLAGS = \
        !             2:        -I$(top_srcdir)/src/libstrongswan \
        !             3:        -I$(top_srcdir)/src/libcharon
        !             4: 
        !             5: AM_CFLAGS = \
        !             6:        $(PLUGIN_CFLAGS)
        !             7: 
        !             8: if MONOLITHIC
        !             9: noinst_LTLIBRARIES = libstrongswan-ext-auth.la
        !            10: else
        !            11: plugin_LTLIBRARIES = libstrongswan-ext-auth.la
        !            12: endif
        !            13: 
        !            14: libstrongswan_ext_auth_la_SOURCES = ext_auth_plugin.h ext_auth_plugin.c \
        !            15:        ext_auth_listener.h ext_auth_listener.c
        !            16: 
        !            17: libstrongswan_ext_auth_la_LDFLAGS = -module -avoid-version

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