Annotation of embedaddon/strongswan/src/libstrongswan/plugins/pem/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I$(top_srcdir)/src/libstrongswan
                      3: 
                      4: AM_CFLAGS = \
                      5:        $(PLUGIN_CFLAGS)
                      6: 
                      7: if MONOLITHIC
                      8: noinst_LTLIBRARIES = libstrongswan-pem.la
                      9: else
                     10: plugin_LTLIBRARIES = libstrongswan-pem.la
                     11: endif
                     12: 
                     13: libstrongswan_pem_la_SOURCES = \
                     14:        pem_plugin.h pem_plugin.c \
                     15:        pem_builder.c pem_builder.h \
                     16:        pem_encoder.c pem_encoder.h
                     17: 
                     18: libstrongswan_pem_la_LDFLAGS = -module -avoid-version

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