Skip to content

Commit c321d8f

Browse files
committed
Add missing headers to Makefile.am
1 parent e7e9c02 commit c321d8f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

proxy/Makefile.am

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,21 @@ GP_MECHGLUE_OBJ = \
9292
src/mechglue/gpm_init_sec_context.c \
9393
src/mechglue/gpm_common.c
9494

95-
dist_noinst_HEADERS =
95+
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+
96110

97111
####################
98112
# Program Binaries #

0 commit comments

Comments
 (0)