diff options
| author | Lukas Slebodnik <lslebodn@redhat.com> | 2016-05-04 14:29:08 +0200 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2016-05-04 14:19:08 -0400 |
| commit | a032dd7b349afa0b9500aaad381cbc0edf6f549b (patch) | |
| tree | 1a88fa607d20c85c97208ccf0eeddc90969fcfee /proxy/Makefile.am | |
| parent | d68bea01625074bea258d2b18cbee1ae6b641a21 (diff) | |
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 <lslebodn@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/Makefile.am')
| -rw-r--r-- | proxy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
