File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / scepclient / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:44 2020 UTC (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    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>