adding hash type, changed tls configs to hash
[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                       hash.c \
9                       udp.c \
10                       tcp.c \
11                       tls.c \
12                       dtls.c \
13                       radsecproxy.h \
14                       gconfig.h \
15                       debug.h \
16                       util.h \
17                       list.h \
18                       hash.h \
19                       udp.h \
20                       tcp.h \
21                       tls.h \
22                       dtls.h
23
24 radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@
25 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
26 radsecproxy_LDADD   = @SSL_LIBS@
27
28 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
29 dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5