patch-src_Makefile_in 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. --- libtirpc-0.2.1.orig/src/Makefile.in 2009-11-30 15:10:21.000000000 +0100
  2. +++ libtirpc-0.2.1/src/Makefile.in 2010-11-11 10:41:48.394995633 +0100
  3. @@ -81,8 +81,8 @@ am__libtirpc_la_SOURCES_DIST = auth_none
  4. rpc_commondata.c rpc_callmsg.c rpc_generic.c rpc_soc.c \
  5. rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
  6. svc_dg.c svc_auth_unix.c svc_generic.c svc_raw.c svc_run.c \
  7. - svc_simple.c svc_vc.c getpeereid.c auth_time.c auth_des.c \
  8. - authdes_prot.c xdr.c xdr_rec.c xdr_array.c xdr_float.c \
  9. + svc_simple.c svc_vc.c getpeereid.c \
  10. + xdr.c xdr_rec.c xdr_array.c xdr_float.c \
  11. xdr_mem.c xdr_reference.c xdr_stdio.c auth_gss.c \
  12. authgss_prot.c svc_auth_gss.c svc_auth_none.c
  13. @GSS_TRUE@am__objects_1 = libtirpc_la-auth_gss.lo \
  14. @@ -110,8 +110,7 @@ am_libtirpc_la_OBJECTS = libtirpc_la-aut
  15. libtirpc_la-svc_generic.lo libtirpc_la-svc_raw.lo \
  16. libtirpc_la-svc_run.lo libtirpc_la-svc_simple.lo \
  17. libtirpc_la-svc_vc.lo libtirpc_la-getpeereid.lo \
  18. - libtirpc_la-auth_time.lo libtirpc_la-auth_des.lo \
  19. - libtirpc_la-authdes_prot.lo libtirpc_la-xdr.lo \
  20. + libtirpc_la-xdr.lo \
  21. libtirpc_la-xdr_rec.lo libtirpc_la-xdr_array.lo \
  22. libtirpc_la-xdr_float.lo libtirpc_la-xdr_mem.lo \
  23. libtirpc_la-xdr_reference.lo libtirpc_la-xdr_stdio.lo \
  24. @@ -286,7 +285,7 @@ lib_LTLIBRARIES = libtirpc.la
  25. # release number of your package. This is an abuse that only fosters
  26. # misunderstanding of the purpose of library versions."
  27. #
  28. -libtirpc_la_LDFLAGS = -lnsl -lpthread -version-info 1:10:0 \
  29. +libtirpc_la_LDFLAGS = -lpthread -version-info 1:10:0 \
  30. $(am__append_2)
  31. libtirpc_la_SOURCES = auth_none.c auth_unix.c authunix_prot.c \
  32. bindresvport.c clnt_bcast.c clnt_dg.c clnt_generic.c \
  33. @@ -297,8 +296,8 @@ libtirpc_la_SOURCES = auth_none.c auth_u
  34. rpc_commondata.c rpc_callmsg.c rpc_generic.c rpc_soc.c \
  35. rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
  36. svc_dg.c svc_auth_unix.c svc_generic.c svc_raw.c svc_run.c \
  37. - svc_simple.c svc_vc.c getpeereid.c auth_time.c auth_des.c \
  38. - authdes_prot.c xdr.c xdr_rec.c xdr_array.c xdr_float.c \
  39. + svc_simple.c svc_vc.c getpeereid.c \
  40. + xdr.c xdr_rec.c xdr_array.c xdr_float.c \
  41. xdr_mem.c xdr_reference.c xdr_stdio.c $(am__append_1)
  42. @GSS_TRUE@libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)
  43. all: all-am
  44. @@ -375,12 +374,9 @@ mostlyclean-compile:
  45. distclean-compile:
  46. -rm -f *.tab.c
  47. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_des.Plo@am__quote@
  48. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_gss.Plo@am__quote@
  49. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_none.Plo@am__quote@
  50. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_time.Plo@am__quote@
  51. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_unix.Plo@am__quote@
  52. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authdes_prot.Plo@am__quote@
  53. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authgss_prot.Plo@am__quote@
  54. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authunix_prot.Plo@am__quote@
  55. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-bindresvport.Plo@am__quote@
  56. @@ -1055,7 +1051,7 @@ uninstall-am: uninstall-libLTLIBRARIES
  57. @GSS_TRUE@ svc_raw.c svc_run.c svc_simple.c svc_vc.c \
  58. @GSS_TRUE@ xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
  59. @GSS_TRUE@ auth_gss.c authgss_prot.c svc_auth_gss.c getpeereid.c \
  60. -@GSS_TRUE@ auth_time.c auth_des.c authdes_prot.c svc_auth_none.c
  61. +@GSS_TRUE@ svc_auth_none.c
  62. @GSS_FALSE@$(libtirpc_la_OBJECTS) :auth_none.c auth_unix.c authunix_prot.c bindresvport.c clnt_bcast.c \
  63. @GSS_FALSE@ clnt_dg.c clnt_generic.c clnt_perror.c clnt_raw.c clnt_simple.c \
  64. @@ -1066,7 +1062,7 @@ uninstall-am: uninstall-libLTLIBRARIES
  65. @GSS_FALSE@ rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_generic.c \
  66. @GSS_FALSE@ svc_raw.c svc_run.c svc_simple.c svc_vc.c \
  67. @GSS_FALSE@ xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
  68. -@GSS_FALSE@ getpeereid.c auth_time.c auth_des.c authdes_prot.c
  69. +@GSS_FALSE@ getpeereid.c
  70. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  71. # Otherwise a system limit (for SysV at least) may be exceeded.