Annotation of embedaddon/strongswan/src/libcharon/plugins/systime_fix/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: 
                      5: if MONOLITHIC
                      6: noinst_LTLIBRARIES = libstrongswan-systime-fix.la
                      7: else
                      8: plugin_LTLIBRARIES = libstrongswan-systime-fix.la
                      9: endif
                     10: 
                     11: libstrongswan_systime_fix_la_SOURCES = \
                     12:        systime_fix_validator.h systime_fix_validator.c \
                     13:        systime_fix_plugin.h systime_fix_plugin.c
                     14: 
                     15: libstrongswan_systime_fix_la_LDFLAGS = -module -avoid-version

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