Annotation of embedaddon/strongswan/src/pt-tls-client/Makefile.am, revision 1.1.1.1

1.1       misho       1: bin_PROGRAMS = pt-tls-client
                      2: 
                      3: pt_tls_client_SOURCES = pt-tls-client.c
                      4: 
                      5: pt-tls-client.o :      $(top_builddir)/config.status
                      6: 
                      7: AM_CPPFLAGS = \
                      8:        -I$(top_srcdir)/src/libstrongswan \
                      9:        -I$(top_srcdir)/src/libtls \
                     10:        -I$(top_srcdir)/src/libpttls \
                     11:        -I$(top_srcdir)/src/libtncif \
                     12:        -I$(top_srcdir)/src/libtnccs \
                     13:        -DIPSEC_CONFDIR=\"${sysconfdir}\" \
                     14:        -DPLUGINS="\"x509 pem pkcs1 pubkey openssl wolfssl nonce tnc-tnccs tnc-imc tnccs-20\""
                     15: 
                     16: pt_tls_client_LDADD = \
                     17:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                     18:        $(top_builddir)/src/libtls/libtls.la \
                     19:        $(top_builddir)/src/libpttls/libpttls.la \
                     20:        $(top_builddir)/src/libtnccs/libtnccs.la
                     21: 
                     22: man1_MANS = pt-tls-client.1
                     23: 
                     24: CLEANFILES = $(man1_MANS)
                     25: 

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