From a032dd7b349afa0b9500aaad381cbc0edf6f549b Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Wed, 4 May 2016 14:29:08 +0200 Subject: BUILD: Include gp_rpc_debug.h into tarball New header file was introduced in the commit fdcad4fa9696c5f501b16d1b3f622ccc28b6147f but it was not properly added to makefile and therefore it was not included into tarball. And build will fail from tarball due to missing header. gssproxy-0.4.1/tests/cli_srv_comm.c:17:0: <--[gcc] gssproxy-0.4.1/src/gp_rpc_process.h:18:26: fatal error: gp_rpc_debug.h: No such file or directory <--[gcc] #include "gp_rpc_debug.h" ^ compilation terminated. Makefile:1267: recipe for target 'tests/cli_srv_comm.o' failed Signed-off-by: Lukas Slebodnik Reviewed-by: Simo Sorce --- proxy/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'proxy') diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 2890727..f03f3ea 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -127,6 +127,7 @@ dist_noinst_HEADERS = \ src/gp_proxy.h \ src/client/gssapi_gpm.h \ src/gp_common.h \ + src/gp_rpc_debug.h \ src/gp_log.h \ src/gp_creds.h \ src/gp_export.h \ -- cgit