UDP w/o bufferevents, part 1.
[libradsec.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         compat.c \
14         conf.c \
15         conn.c \
16         debug.c \
17         err.c \
18         packet.c \
19         peer.c \
20         radsec.c \
21         request.c
22
23 libradsec_la_SOURCES += \
24         rsp_debug.c \
25         rsp_hash.c \
26         rsp_list.c \
27         rsp_util.c
28
29 if RS_ENABLE_TLS
30 libradsec_la_SOURCES += \
31         tls.c \
32         rsp_tlscommon.c
33 endif
34
35 libradsec_la_LDFLAGS = -version-info 0:0:0
36 libradsec_la_CFLAGS = $(AM_CFLAGS) -DDEBUG -DDEBUG_LEVENT -Werror # -ansi