]> jfr.im git - solanum.git/blobdiff - authd/Makefile.am
authd/res: clean up some horribly indented code
[solanum.git] / authd / Makefile.am
index ce7fb4bfb6ceaecae5c1cfd62832addc1e55576e..d6033e05679f3872b1f0bba6b72210d28c9db769 100644 (file)
@@ -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