]> jfr.im git - solanum.git/blame - authd/Makefile.am
authd/res: make function used only within this unit static, remove unused macros
[solanum.git] / authd / Makefile.am
CommitLineData
0d73e7db
AC
1pkglibexec_PROGRAMS = authd
2AM_CFLAGS=$(WARNFLAGS)
c83f2f5e 3AM_CPPFLAGS = -I../include -I../librb/include
0d73e7db 4
2b0cc3d3
EM
5authd_SOURCES = \
6 authd.c \
2b0cc3d3 7 dns.c \
238a9ed5
EM
8 getaddrinfo.c \
9 getnameinfo.c \
db821ee9 10 notice.c \
2b0cc3d3 11 provider.c \
db821ee9
EM
12 res.c \
13 reslib.c \
14 reslist.c \
add80afd
EM
15 providers/blacklist.c \
16 providers/ident.c \
4e85459a
EM
17 providers/rdns.c \
18 providers/opm.c
0d73e7db 19
c83f2f5e 20authd_LDADD = ../librb/src/librb.la