From 2e0b8994e34691151e52bba76ce70b29093a2f67 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 11 Aug 2014 18:17:03 -0400 Subject: Quick and dirty fix for make dist --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 2273194..bd001f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +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 sessions.c crypto.c -- cgit