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