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

    1: bin_PROGRAMS = charon-svc
    2: 
    3: charon_svc_SOURCES = charon-svc.c
    4: 
    5: charon-svc.o :	$(top_builddir)/config.status
    6: 
    7: AM_CPPFLAGS = \
    8: 	-I$(top_srcdir)/src/libstrongswan \
    9: 	-I$(top_srcdir)/src/libcharon \
   10: 	-DPLUGINS=\""${charon_plugins}\""
   11: 
   12: charon_svc_LDADD = \
   13: 	$(top_builddir)/src/libstrongswan/libstrongswan.la \
   14: 	$(top_builddir)/src/libcharon/libcharon.la

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