From c321d8f8394ee0ac87f4a2fc5861aa6a3ef29cbd Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 10 Jul 2012 09:14:04 -0400 Subject: Add missing headers to Makefile.am --- proxy/Makefile.am | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 038d234..2f2462d 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -92,7 +92,21 @@ GP_MECHGLUE_OBJ = \ src/mechglue/gpm_init_sec_context.c \ src/mechglue/gpm_common.c -dist_noinst_HEADERS = +dist_noinst_HEADERS = \ + rpcgen/gp_rpc.h \ + rpcgen/gss_proxy.h \ + src/gp_rpc_process.h \ + src/gp_proxy.h \ + src/mechglue/gssapi_gpm.h \ + src/gp_common.h \ + src/gp_log.h \ + src/gp_creds.h \ + src/gp_export.h \ + src/gp_conv.h \ + src/gp_ring_buffer.h \ + src/gp_debug.h \ + src/gp_rpc_creds.h + #################### # Program Binaries # -- cgit