File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / libtncif / 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: AM_CPPFLAGS = \
    2: 	-I$(top_srcdir)/src/libstrongswan
    3: 
    4: noinst_LTLIBRARIES = libtncif.la
    5: 
    6: libtncif_la_SOURCES = \
    7: tncif.h tncifimc.h tncifimv.h tncif_names.h tncif_names.c \
    8: tncif_identity.h tncif_identity.c \
    9: tncif_pa_subtypes.h tncif_pa_subtypes.c \
   10: tncif_policy.h tncif_policy.c
   11: 
   12: EXTRA_DIST = Android.mk

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