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

bin_PROGRAMS = charon-svc

charon_svc_SOURCES = charon-svc.c

charon-svc.o :	$(top_builddir)/config.status

AM_CPPFLAGS = \
	-I$(top_srcdir)/src/libstrongswan \
	-I$(top_srcdir)/src/libcharon \
	-DPLUGINS=\""${charon_plugins}\""

charon_svc_LDADD = \
	$(top_builddir)/src/libstrongswan/libstrongswan.la \
	$(top_builddir)/src/libcharon/libcharon.la

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