Annotation of embedaddon/strongswan/src/libcharon/plugins/unity/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-unity.la
        !            10: else
        !            11: plugin_LTLIBRARIES = libstrongswan-unity.la
        !            12: endif
        !            13: 
        !            14: libstrongswan_unity_la_SOURCES = \
        !            15:        unity_plugin.h unity_plugin.c \
        !            16:        unity_handler.h unity_handler.c \
        !            17:        unity_narrow.h unity_narrow.c \
        !            18:        unity_provider.h unity_provider.c
        !            19: 
        !            20: libstrongswan_unity_la_LDFLAGS = -module -avoid-version

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