Update copyright to JANET(UK)
[radsecproxy.git] / lib / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 ACLOCAL_AMFLAGS = -I m4
3
4 SUBDIRS = radius . include examples
5
6 INCLUDES = -I$(srcdir)/include
7 AM_CFLAGS = -Wall -g
8
9 lib_LTLIBRARIES = libradsec.la
10
11 libradsec_la_SOURCES = \
12         avp.c \
13         compat.c \
14         conf.c \
15         conn.c \
16         debug.c \
17         err.c \
18         event.c \
19         packet.c \
20         peer.c \
21         radsec.c \
22         request.c \
23         send.c \
24         tcp.c \
25         udp.c
26
27 libradsec_la_SOURCES += \
28         rsp_debug.c \
29         rsp_hash.c \
30         rsp_list.c \
31         rsp_util.c
32
33 if RS_ENABLE_TLS
34 libradsec_la_SOURCES += \
35         tls.c \
36         rsp_tlscommon.c
37 endif
38
39 libradsec_la_LIBADD = radius/libradsec-radius.la
40 libradsec_la_LDFLAGS = -version-info 0:0:0 -export-symbols radsec.sym
41 libradsec_la_CFLAGS = $(AM_CFLAGS) -DHAVE_CONFIG_H -Werror # -DDEBUG -DDEBUG_LEVENT