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