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