962f3672f3b90a855288f8bc06a9bb2d022f6bb6
[radsecproxy.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 -Werror -g
6
7 noinst_LTLIBRARIES = libradsec-radsecproxy.la
8
9 libradsec_radsecproxy_la_SOURCES = \
10         debug.c debug.h \
11         gconfig.h \
12         hash.c hash.h \
13         hostport_types.h \
14         list.c list.h \
15         radmsg.h \
16         radsecproxy.h \
17         tlv11.h \
18         util.c util.h
19
20 if RS_ENABLE_TLS
21 libradsec_radsecproxy_la_SOURCES += \
22         tlscommon.c tlscommon.h
23 endif