]> jfr.im git - solanum.git/blob - authd/Makefile.am
authd: allocate the correct size of auth_client_data
[solanum.git] / authd / Makefile.am
1 pkglibexec_PROGRAMS = authd
2 AM_CFLAGS=$(WARNFLAGS)
3 AM_CPPFLAGS = -I../include -I../librb/include
4
5 authd_SOURCES = \
6 authd.c \
7 dns.c \
8 getaddrinfo.c \
9 getnameinfo.c \
10 notice.c \
11 provider.c \
12 res.c \
13 reslib.c \
14 reslist.c \
15 providers/blacklist.c \
16 providers/ident.c \
17 providers/rdns.c \
18 providers/opm.c
19
20 authd_LDADD = ../librb/src/librb.la