X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/05e17ac20826a699fea98d19001222d6550010b5..fa2d5b83b4ca92397ac6470c037e8146bf8e5485:/authd/Makefile.am diff --git a/authd/Makefile.am b/authd/Makefile.am index ce7fb4bf..d6033e05 100644 --- a/authd/Makefile.am +++ b/authd/Makefile.am @@ -2,6 +2,19 @@ pkglibexec_PROGRAMS = authd AM_CFLAGS=$(WARNFLAGS) AM_CPPFLAGS = -I../include -I../librb/include +authd_SOURCES = \ + authd.c \ + dns.c \ + getaddrinfo.c \ + getnameinfo.c \ + notice.c \ + provider.c \ + res.c \ + reslib.c \ + reslist.c \ + providers/blacklist.c \ + providers/ident.c \ + providers/rdns.c \ + providers/opm.c -authd_SOURCES = auth.c authd.c res.c reslib.c dns.c authd_LDADD = ../librb/src/librb.la