Annotation of embedaddon/strongswan/src/libcharon/plugins/osx_attr/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-osx-attr.la
                     10: else
                     11: plugin_LTLIBRARIES = libstrongswan-osx-attr.la
                     12: endif
                     13: 
                     14: libstrongswan_osx_attr_la_SOURCES = \
                     15:        osx_attr_plugin.c osx_attr_plugin.h \
                     16:        osx_attr_handler.c osx_attr_handler.h
                     17: 
                     18: libstrongswan_osx_attr_la_LDFLAGS = -module -avoid-version \
                     19:        -framework SystemConfiguration -framework CoreFoundation

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