]> jfr.im git - solanum.git/blobdiff - authd/Makefile.am
authd/res: clean up some horribly indented code
[solanum.git] / authd / Makefile.am
index e1b705e14e0ba21427e01ea05ee68af225e2a1a5..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 = authd.c res.c reslib.c dns.c
 authd_LDADD = ../librb/src/librb.la