X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/f49198a67f6f3c247294e1f8a2f0b3a68634651f..fa2d5b83b4ca92397ac6470c037e8146bf8e5485:/authd/Makefile.am diff --git a/authd/Makefile.am b/authd/Makefile.am index 235061c4..d6033e05 100644 --- a/authd/Makefile.am +++ b/authd/Makefile.am @@ -4,15 +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/rdns.c \ + providers/opm.c authd_LDADD = ../librb/src/librb.la