From: Steve Dickson Date: Fri, 20 Apr 2007 18:59:38 +0000 (-0400) Subject: Added in svc_auth_none needed by the GSSAPI code. X-Git-Tag: libtirpc-0_1_8~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7616b80ca9fbfd49c9814eeddee63a84196006cb;p=libtirpc Added in svc_auth_none needed by the GSSAPI code. Signed-off-by: Steve Dickson --- diff --git a/src/Makefile.am b/src/Makefile.am index 926a0e5..f3f9625 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,8 @@ libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_ref ## Secure-RPC if GSS - libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c + libtirpc_la_SOURCES += auth_gss.c authgss_prot.c svc_auth_gss.c \ + svc_auth_none.c libtirpc_la_LDFLAGS += $(GSSAPI_LIBS) libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSAPI_CFLAGS) endif @@ -49,7 +50,7 @@ $(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c c svc_raw.c svc_run.c svc_simple.c svc_vc.c \ xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \ auth_gss.c authgss_prot.c svc_auth_gss.c getpeereid.c \ - auth_time.c auth_des.c authdes_prot.c + auth_time.c auth_des.c authdes_prot.c svc_auth_none.c else $(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \