Quick and dirty fix for make dist
[mod_auth_gssapi.git] / src / Makefile.am
index 95b85b3..bd001f3 100644 (file)
@@ -1,5 +1,7 @@
+EXTRA_DIST = mod_auth_gssapi.c sessions.c crypto.c mod_auth_gssapi.h sessions.h crypto.h
+
 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