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