From 9cf61bc762d81267fa17a421410c078bc8bb4ecb Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 19 May 2011 00:02:06 -0700 Subject: [PATCH] add mech/compat.h for distribution --- lib/gssapi/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gssapi/Makefile.am b/lib/gssapi/Makefile.am index b6ed90ce4..253caacdf 100644 --- a/lib/gssapi/Makefile.am +++ b/lib/gssapi/Makefile.am @@ -79,6 +79,7 @@ mechsrc = \ mech/context.h \ mech/context.c \ mech/cred.h \ + mech/compat.h \ mech/doxygen.c \ mech/gss_accept_sec_context.c \ mech/gss_acquire_cred.c \