API changes: rs_client* --> rs_peer.
[radsecproxy.git] / lib / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 ACLOCAL_AMFLAGS = -I m4
3
4 SUBDIRS = . examples include 
5
6 INCLUDES = -I$(srcdir)/include
7 AM_CFLAGS = -Wall -g
8
9 lib_LTLIBRARIES = libradsec.la
10
11 libradsec_la_SOURCES = \
12         attr.c \
13         conf.c \
14         conn.c \
15         debug.c \
16         err.c \
17         packet.c \
18         peer.c \
19         radsec.c \
20         request.c
21
22 libradsec_la_SOURCES += \
23         rsp_debug.c \
24         rsp_hash.c \
25         rsp_list.c \
26         rsp_util.c
27
28 if RS_ENABLE_TLS
29 libradsec_la_SOURCES += \
30         tls.c \
31         rsp_tlscommon.c
32 endif
33
34 libradsec_la_LDFLAGS = -version-info 0:0:0
35 libradsec_la_CFLAGS = $(AM_CFLAGS) #-DDEBUG -DDEBUG_LEVENT -Werror