diff options
Diffstat (limited to 'proxy')
-rw-r--r-- | proxy/Makefile.am | 10 | ||||
-rw-r--r-- | proxy/tests/cli_srv_comm.c (renamed from proxy/tests/accept_context.c) | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 6c2d212..df24d51 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -46,7 +46,7 @@ sbin_PROGRAMS = \ gssproxy check_PROGRAMS = \ - accept_context + cli_srv_comm dist_noinst_SCRIPTS = @@ -115,25 +115,25 @@ gssproxy_SOURCES = \ src/gp_rpc_init_sec_context.c \ src/gssproxy.c -accept_context_SOURCES = \ +cli_srv_comm_SOURCES = \ src/gp_config.c \ src/gp_conv.c \ src/gp_debug.c \ $(GP_RPCGEN_OBJ) \ $(GP_MECHGLUE_OBJ) \ - tests/accept_context.c + tests/cli_srv_comm.c gssproxy_LDADD = \ $(GSS_PROXY_LIBS) -accept_context_LDADD = \ +cli_srv_comm_LDADD = \ $(GSS_PROXY_LIBS) dist_noinst_DATA += \ examples/gssproxy-example.conf \ m4 -noinst_PROGRAMS = accept_context +noinst_PROGRAMS = cli_srv_comm ################ # TRANSLATIONS # diff --git a/proxy/tests/accept_context.c b/proxy/tests/cli_srv_comm.c index 84b321a..84b321a 100644 --- a/proxy/tests/accept_context.c +++ b/proxy/tests/cli_srv_comm.c |