improved the solaris depenendent stuff
[radsecproxy.git] / Makefile.am
1 sbin_PROGRAMS        = radsecproxy
2
3 radsecproxy_SOURCES = radsecproxy.c \
4                       tlscommon.c \
5                       gconfig.c \
6                       util.c \
7                       debug.c \
8                       list.c \
9                       hash.c \
10                       tlv11.c \
11                       hostport.c \
12                       radmsg.c \
13                       udp.c \
14                       tcp.c \
15                       tls.c \
16                       dtls.c \
17                       radsecproxy.h \
18                       tlscommon.h \
19                       gconfig.h \
20                       debug.h \
21                       util.h \
22                       list.h \
23                       hash.h \
24                       tlv11.h \
25                       hostport.h \
26                       radmsg.h \
27                       udp.h \
28                       tcp.h \
29                       tls.h \
30                       dtls.h
31
32 radsecproxy_CFLAGS  = -g @SSL_CFLAGS@ @TARGET_CFLAGS@
33 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
34 radsecproxy_LDADD   = @SSL_LIBS@
35
36 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
37 dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5