lots of changes to radsrv/reply and use of new radmsg stuff
[radsecproxy.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                       tlv11.c \
10                       radmsg.c \
11                       udp.c \
12                       tcp.c \
13                       tls.c \
14                       dtls.c \
15                       radsecproxy.h \
16                       gconfig.h \
17                       debug.h \
18                       util.h \
19                       list.h \
20                       hash.h \
21                       tlv11.h \
22                       radmsg.h \
23                       udp.h \
24                       tcp.h \
25                       tls.h \
26                       dtls.h
27
28 radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@
29 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
30 radsecproxy_LDADD   = @SSL_LIBS@
31
32 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
33 dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5