Add mod_session support
[mod_auth_gssapi.git] / src / Makefile.am
index 95b85b3..2273194 100644 (file)
@@ -1,5 +1,5 @@
 all-local:
-       @APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c
+       @APXS@ -c ${LIBS} ${CFLAGS} mod_auth_gssapi.c sessions.c crypto.c
 
 install-exec-local:
        if test ! -d ${APXS_LIBEXECDIR}; then mkdir -p ${APXS_LIBEXECDIR}; fi