]> jfr.im git - solanum.git/blob - authd/Makefile.am
authd/provider: cleanups
[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 res.c \
8 reslib.c \
9 reslist.c \
10 dns.c \
11 getaddrinfo.c \
12 getnameinfo.c \
13 provider.c \
14 providers/rdns.c \
15 providers/ident.c
16
17 authd_LDADD = ../librb/src/librb.la