Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/.
[libradsec.git] / lib / radsecproxy / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 ACLOCAL_AMFLAGS = -I m4
3
4 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)
5 AM_CFLAGS = -Wall -g
6
7 noinst_LTLIBRARIES = libradsec-radsecproxy.la
8
9 libradsec_radsecproxy_la_SOURCES = \
10         debug.c \
11         hash.c \
12         list.c \
13         util.c
14
15 if RS_ENABLE_TLS
16 libradsec_radsecproxy_la_SOURCES += \
17         tlscommon.c
18 endif