ca7de1f9ebce871126a4a494ae6f4dc2e1bfeb3c
[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
8 lib_LTLIBRARIES = libradsec.la
9 libradsec_la_SOURCES = \
10         attr.c \
11         conf.c \
12         conn.c \
13         debug.c \
14         err.c \
15         packet.c \
16         radsec.c \
17         request.c \
18         tls.c
19
20 libradsec_la_SOURCES += \
21         rsp_debug.c \
22         rsp_hash.c \
23         rsp_list.c \
24         rsp_tlscommon.c \
25         rsp_util.c
26
27 libradsec_la_LDFLAGS = -version-info 0:0:0
28 libradsec_la_CFLAGS = $(CFLAGS) -DDEBUG -DDEBUG_LEVENT