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

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I$(top_srcdir)/src/libstrongswan
                      3: 
                      4: AM_CFLAGS = \
                      5:         ${soup_CFLAGS} \
                      6:        $(PLUGIN_CFLAGS)
                      7: 
                      8: if MONOLITHIC
                      9: noinst_LTLIBRARIES = libstrongswan-soup.la
                     10: else
                     11: plugin_LTLIBRARIES = libstrongswan-soup.la
                     12: endif
                     13: 
                     14: libstrongswan_soup_la_SOURCES = \
                     15:        soup_plugin.h soup_plugin.c soup_fetcher.c soup_fetcher.h
                     16: 
                     17: libstrongswan_soup_la_LDFLAGS = -module -avoid-version
                     18: libstrongswan_soup_la_LIBADD  = ${soup_LIBS}

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