Annotation of embedaddon/strongswan/src/libcharon/plugins/uci/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: AM_CFLAGS = \
                      6:        $(PLUGIN_CFLAGS)
                      7: 
                      8: if MONOLITHIC
                      9: noinst_LTLIBRARIES = libstrongswan-uci.la
                     10: else
                     11: plugin_LTLIBRARIES = libstrongswan-uci.la
                     12: endif
                     13: 
                     14: libstrongswan_uci_la_SOURCES = \
                     15:        uci_plugin.h uci_plugin.c uci_parser.h uci_parser.c \
                     16:        uci_config.h uci_config.c uci_creds.h uci_creds.c \
                     17:        uci_control.h uci_control.c
                     18: 
                     19: libstrongswan_uci_la_LDFLAGS = -module -avoid-version
                     20: libstrongswan_uci_la_LIBADD  = -luci

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