Skip to content

Commit a032dd7

Browse files
Lukas Slebodniksimo5
authored andcommitted
BUILD: Include gp_rpc_debug.h into tarball
New header file was introduced in the commit fdcad4f 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 <[email protected]> Reviewed-by: Simo Sorce <[email protected]>
1 parent d68bea0 commit a032dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxy/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ dist_noinst_HEADERS = \
127127
src/gp_proxy.h \
128128
src/client/gssapi_gpm.h \
129129
src/gp_common.h \
130+
src/gp_rpc_debug.h \
130131
src/gp_log.h \
131132
src/gp_creds.h \
132133
src/gp_export.h \

0 commit comments

Comments
 (0)