]> jfr.im git - solanum.git/blobdiff - authd/Makefile.am
Redo of the authd-framework branch.
[solanum.git] / authd / Makefile.am
index e1b705e14e0ba21427e01ea05ee68af225e2a1a5..fd8299e65fa692b5110e8ca1904ab651a344b236 100644 (file)
@@ -2,6 +2,13 @@ pkglibexec_PROGRAMS = authd
 AM_CFLAGS=$(WARNFLAGS)
 AM_CPPFLAGS = -I../include -I../librb/include 
 
+authd_SOURCES =        \
+       authd.c \
+       res.c \
+       reslib.c \
+       dns.c \
+       provider.c \
+       providers/rdns.c \
+       providers/ident.c
 
-authd_SOURCES = authd.c res.c reslib.c dns.c
 authd_LDADD = ../librb/src/librb.la