aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpttls/Makefile.am
blob: e79f455f37c6716b9e7cc2e815de95cf8bf62042 (plain)
1
2
3
4
5
6
7
8
9

INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libtls \
	-I$(top_srcdir)/src/libtncif -I$(top_srcdir)/src/libtnccs

ipseclib_LTLIBRARIES = libpttls.la
libpttls_la_SOURCES = pt_tls.c pt_tls.h \
	pt_tls_client.c pt_tls_client.h \
	pt_tls_server.c pt_tls_server.h \
	pt_tls_dispatcher.c pt_tls_dispatcher.h