File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / scepclient / Makefile.am
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:44 2020 UTC (4 years, 1 month ago) by misho
CVS tags: MAIN, HEAD
Initial revision

ipsec_PROGRAMS = scepclient
scepclient_SOURCES = \
scepclient.c scep.c scep.h

scepclient.o :	$(top_builddir)/config.status

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-DIPSEC_CONFDIR=\"${sysconfdir}\" \
	-DPLUGINS=\""${scepclient_plugins}\""

scepclient_LDADD = \
$(top_builddir)/src/libstrongswan/libstrongswan.la

dist_man_MANS = scepclient.8
EXTRA_DIST = Android.mk

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