Annotation of embedaddon/strongswan/src/libcharon/plugins/load_tester/Makefile.am, revision 1.1.1.1

1.1       misho       1: AM_CPPFLAGS = \
                      2:        -I$(top_srcdir)/src/libstrongswan \
                      3:        -I$(top_srcdir)/src/libcharon \
                      4:        -DIPSEC_PIDDIR=\"${piddir}\"
                      5: 
                      6: AM_CFLAGS = \
                      7:        $(PLUGIN_CFLAGS)
                      8: 
                      9: if MONOLITHIC
                     10: noinst_LTLIBRARIES = libstrongswan-load-tester.la
                     11: else
                     12: plugin_LTLIBRARIES = libstrongswan-load-tester.la
                     13: endif
                     14: 
                     15: libstrongswan_load_tester_la_SOURCES = \
                     16:        load_tester_plugin.c load_tester_plugin.h \
                     17:        load_tester_config.c load_tester_config.h \
                     18:        load_tester_creds.c load_tester_creds.h \
                     19:        load_tester_ipsec.c load_tester_ipsec.h \
                     20:        load_tester_listener.c load_tester_listener.h \
                     21:        load_tester_control.c load_tester_control.h \
                     22:        load_tester_diffie_hellman.c load_tester_diffie_hellman.h
                     23: 
                     24: libstrongswan_load_tester_la_LDFLAGS = -module -avoid-version
                     25: 
                     26: ipsec_PROGRAMS = load-tester
                     27: load_tester_SOURCES = load_tester.c

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