We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e9c02 commit c321d8fCopy full SHA for c321d8f
proxy/Makefile.am
@@ -92,7 +92,21 @@ GP_MECHGLUE_OBJ = \
92
src/mechglue/gpm_init_sec_context.c \
93
src/mechglue/gpm_common.c
94
95
-dist_noinst_HEADERS =
+dist_noinst_HEADERS = \
96
+ rpcgen/gp_rpc.h \
97
+ rpcgen/gss_proxy.h \
98
+ src/gp_rpc_process.h \
99
+ src/gp_proxy.h \
100
+ src/mechglue/gssapi_gpm.h \
101
+ src/gp_common.h \
102
+ src/gp_log.h \
103
+ src/gp_creds.h \
104
+ src/gp_export.h \
105
+ src/gp_conv.h \
106
+ src/gp_ring_buffer.h \
107
+ src/gp_debug.h \
108
+ src/gp_rpc_creds.h
109
+
110
111
####################
112
# Program Binaries #
0 commit comments