separated tls
[libradsec.git] / Makefile.am
1 sbin_PROGRAMS        = radsecproxy
2
3 radsecproxy_SOURCES = radsecproxy.c \
4                       gconfig.c \
5                       util.c \
6                       debug.c \
7                       list.c \
8                       tcp.c \
9                       tls.c \
10                       dtls.c \
11                       radsecproxy.h \
12                       gconfig.h \
13                       debug.h \
14                       util.h \
15                       list.h \
16                       tcp.h \
17                       tls.h \
18                       dtls.h
19
20 radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@
21 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
22 radsecproxy_LDADD   = @SSL_LIBS@
23
24 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
25 dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5