Fixed for catgconf
[libradsec.git] / Makefile.am
1 sbin_PROGRAMS = radsecproxy
2 bin_PROGRAMS  = catgconf
3
4 radsecproxy_SOURCES = radsecproxy.c \
5                       tlscommon.c \
6                       gconfig.c \
7                       util.c \
8                       debug.c \
9                       list.c \
10                       hash.c \
11                       tlv11.c \
12                       hostport.c \
13                       radmsg.c \
14                       udp.c \
15                       tcp.c \
16                       tls.c \
17                       dtls.c \
18                       radsecproxy.h \
19                       tlscommon.h \
20                       gconfig.h \
21                       debug.h \
22                       util.h \
23                       list.h \
24                       hash.h \
25                       tlv11.h \
26                       hostport.h \
27                       radmsg.h \
28                       udp.h \
29                       tcp.h \
30                       tls.h \
31                       dtls.h
32
33 catgconf_SOURCES    = debug.c \
34                       util.c \
35                       gconfig.c \
36                       catgconf.c
37
38 radsecproxy_CFLAGS  = -g @SSL_CFLAGS@ @TARGET_CFLAGS@
39 radsecproxy_LDFLAGS = @SSL_LDFLAGS@ @TARGET_LDFLAGS@
40 radsecproxy_LDADD   = @SSL_LIBS@
41
42 catgconf_CFLAGS     = -g @TARGET_CFLAGS@
43 catgconf_LDFLAGS    = @TARGET_LDFLAGS@
44
45 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example
46 dist_man_MANS       = radsecproxy.1 radsecproxy.conf.5