blob: dbf5c4c8e765daf9ae4a21490862e7c4fbe7d459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
--- libtirpc-0.2.2.orig/src/Makefile.in 2011-05-02 14:31:55.000000000 +0200
+++ libtirpc-0.2.2/src/Makefile.in 2012-03-27 22:24:03.971238587 +0200
@@ -81,8 +81,8 @@ am__libtirpc_la_SOURCES_DIST = auth_none
rpc_commondata.c rpc_callmsg.c rpc_generic.c rpc_soc.c \
rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
svc_dg.c svc_auth_unix.c svc_generic.c svc_raw.c svc_run.c \
- svc_simple.c svc_vc.c getpeereid.c auth_time.c auth_des.c \
- authdes_prot.c des_crypt.c xdr.c xdr_rec.c xdr_array.c \
+ svc_simple.c svc_vc.c getpeereid.c \
+ des_crypt.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 svc_auth_none.c
@GSS_TRUE@am__objects_1 = libtirpc_la-auth_gss.lo \
@@ -110,8 +110,7 @@ am_libtirpc_la_OBJECTS = libtirpc_la-aut
libtirpc_la-svc_generic.lo libtirpc_la-svc_raw.lo \
libtirpc_la-svc_run.lo libtirpc_la-svc_simple.lo \
libtirpc_la-svc_vc.lo libtirpc_la-getpeereid.lo \
- libtirpc_la-auth_time.lo libtirpc_la-auth_des.lo \
- libtirpc_la-authdes_prot.lo libtirpc_la-des_crypt.lo \
+ libtirpc_la-des_crypt.lo \
libtirpc_la-xdr.lo libtirpc_la-xdr_rec.lo \
libtirpc_la-xdr_array.lo libtirpc_la-xdr_float.lo \
libtirpc_la-xdr_mem.lo libtirpc_la-xdr_reference.lo \
@@ -291,7 +290,7 @@ lib_LTLIBRARIES = libtirpc.la
# release number of your package. This is an abuse that only fosters
# misunderstanding of the purpose of library versions."
#
-libtirpc_la_LDFLAGS = -lnsl -lpthread -version-info 1:10:0 \
+libtirpc_la_LDFLAGS = -lpthread -version-info 1:10:0 \
$(am__append_2)
libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c \
bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c \
@@ -302,8 +301,8 @@ libtirpc_la_SOURCES = auth_none.c auth_u
rpc_commondata.c rpc_callmsg.c rpc_generic.c rpc_soc.c \
rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
svc_dg.c svc_auth_unix.c svc_generic.c svc_raw.c svc_run.c \
- svc_simple.c svc_vc.c getpeereid.c auth_time.c auth_des.c \
- authdes_prot.c des_crypt.c xdr.c xdr_rec.c xdr_array.c \
+ svc_simple.c svc_vc.c getpeereid.c \
+ des_crypt.c xdr.c xdr_rec.c xdr_array.c \
xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
$(am__append_1)
@GSS_TRUE@libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)
@@ -381,12 +380,9 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_des.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_gss.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_none.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_time.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_unix.Plo@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authdes_prot.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authgss_prot.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authunix_prot.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-bindresvport.Plo@am__quote@
|