Annotation of embedaddon/strongswan/src/scepclient/Makefile.am, revision 1.1

1.1     ! misho       1: ipsec_PROGRAMS = scepclient
        !             2: scepclient_SOURCES = \
        !             3: scepclient.c scep.c scep.h
        !             4: 
        !             5: scepclient.o : $(top_builddir)/config.status
        !             6: 
        !             7: AM_CPPFLAGS = \
        !             8:        -I$(top_srcdir)/src/libstrongswan \
        !             9:        -DIPSEC_CONFDIR=\"${sysconfdir}\" \
        !            10:        -DPLUGINS=\""${scepclient_plugins}\""
        !            11: 
        !            12: scepclient_LDADD = \
        !            13: $(top_builddir)/src/libstrongswan/libstrongswan.la
        !            14: 
        !            15: dist_man_MANS = scepclient.8
        !            16: EXTRA_DIST = Android.mk

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