aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/Makefile.am
blob: df0c9acfa359cfa9187d3aa4b15be876a191e2d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ipseclib_LTLIBRARIES = libipsec.la

libipsec_la_SOURCES = \
ipsec.c ipsec.h \
esp_context.c esp_context.h

libipsec_la_LIBADD =

INCLUDES = -I$(top_srcdir)/src/libstrongswan

EXTRA_DIST = Android.mk

# build optional plugins
########################

if MONOLITHIC
SUBDIRS =
else
SUBDIRS = .
endif