X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/064e88556d07daa60142fd8b873d849508f86f5e..fa2d5b83b4ca92397ac6470c037e8146bf8e5485:/authd/Makefile.am diff --git a/authd/Makefile.am b/authd/Makefile.am index d17e97d1..d6033e05 100644 --- a/authd/Makefile.am +++ b/authd/Makefile.am @@ -4,14 +4,17 @@ AM_CPPFLAGS = -I../include -I../librb/include authd_SOURCES = \ authd.c \ - res.c \ - reslib.c \ - reslist.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/ident.c + providers/opm.c authd_LDADD = ../librb/src/librb.la