Annotation of embedaddon/strongswan/src/libcharon/plugins/eap_ttls/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:        -I$(top_srcdir)/src/libtls \
                      5:        -I$(top_srcdir)/src/libradius
                      6: 
                      7: AM_CFLAGS = \
                      8:        $(PLUGIN_CFLAGS)
                      9: 
                     10: if MONOLITHIC
                     11: noinst_LTLIBRARIES = libstrongswan-eap-ttls.la
                     12: else
                     13: plugin_LTLIBRARIES = libstrongswan-eap-ttls.la
                     14: libstrongswan_eap_ttls_la_LIBADD = $(top_builddir)/src/libtls/libtls.la
                     15: endif
                     16: 
                     17: libstrongswan_eap_ttls_la_SOURCES = \
                     18:        eap_ttls_plugin.h eap_ttls_plugin.c \
                     19:        eap_ttls_avp.h eap_ttls_avp.c \
                     20:        eap_ttls.h eap_ttls.c \
                     21:        eap_ttls_peer.h eap_ttls_peer.c \
                     22:        eap_ttls_server.h eap_ttls_server.c
                     23: 
                     24: libstrongswan_eap_ttls_la_LDFLAGS = -module -avoid-version

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