]> git.ipfire.org Git - people/ms/strongswan.git/blob - src/libtls/Makefile.am
automake: replace INCLUDES by AM_CPPFLAGS
[people/ms/strongswan.git] / src / libtls / Makefile.am
1 AM_CPPFLAGS = \
2 -I$(top_srcdir)/src/libstrongswan
3
4 ipseclib_LTLIBRARIES = libtls.la
5 libtls_la_SOURCES = \
6 tls_protection.c tls_compression.c tls_fragmentation.c tls_alert.c \
7 tls_crypto.c tls_prf.c tls_socket.c tls_eap.c tls_cache.c tls_peer.c \
8 tls_server.c tls.c
9
10 if USE_DEV_HEADERS
11 tls_includedir = ${dev_headers}/tls
12 nobase_tls_include_HEADERS = \
13 tls_protection.h tls_compression.h tls_fragmentation.h tls_alert.h \
14 tls_crypto.h tls_prf.h tls_socket.h tls_eap.h tls_cache.h tls_peer.h \
15 tls_server.h tls_handshake.h tls_application.h tls.h
16 endif