From d5976d3c7aea2f5e6626028fa6a2848f2a946371 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 May 2012 22:15:02 -0400 Subject: Build mechglue as a plugin --- proxy/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'proxy') diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 48a787d..11e780e 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -49,6 +49,9 @@ sbin_PROGRAMS = \ check_PROGRAMS = \ cli_srv_comm +gssplib_LTLIBRARIES = \ + proxymech.la + dist_noinst_SCRIPTS = dist_noinst_DATA = @@ -143,6 +146,16 @@ gssproxy_SOURCES = \ src/gp_rpc_wrap_size_limit.c \ src/gssproxy.c +proxymech_la_SOURCES = \ + src/gp_conv.c \ + $(GP_RPCGEN_OBJ) \ + $(GP_MECHGLUE_OBJ) +proxymech_la_CFLAGS = \ + $(AM_FLAGS) +proxymech_la_LDFLAGS = \ + -avoid-version \ + -module + cli_srv_comm_SOURCES = \ src/gp_conv.c \ src/gp_debug.c \ -- cgit