Makefile.am installs config example
[libradsec.git] / Makefile.am
1 bin_PROGRAMS        = radsecproxy
2
3 radsecproxy_SOURCES = radsecproxy.c \
4                       util.c \
5                       debug.c \
6                       radsecproxy.h \
7                       debug.h
8
9 radsecproxy_CFLAGS  = -g -Wall -pedantic -pthread @SSL_CFLAGS@
10 radsecproxy_LDFLAGS = @SSL_LDFLAGS@
11 radsecproxy_LDADD   = @SSL_LIBS@
12
13 sysconfdir          = ${prefix}/etc/radsecproxy
14 dist_sysconf_DATA   = $(srcdir)/radsecproxy.conf-example