diff options
author | Simo Sorce <simo@redhat.com> | 2014-08-11 18:17:03 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-08-11 18:17:03 -0400 |
commit | 2e0b8994e34691151e52bba76ce70b29093a2f67 (patch) | |
tree | e032ebd6cd38bfd745b5ccfb6b3cad54fc37d896 /src | |
parent | eddff51729c717a79b53598ff27dc8910fc22be9 (diff) | |
download | mod_auth_gssapi-2e0b8994e34691151e52bba76ce70b29093a2f67.tar.gz mod_auth_gssapi-2e0b8994e34691151e52bba76ce70b29093a2f67.tar.xz mod_auth_gssapi-2e0b8994e34691151e52bba76ce70b29093a2f67.zip |
Quick and dirty fix for make dist
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |