From bb3143a129b91e6442a14ec1a6b05ff62c5d8b55 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 13 Apr 2009 21:05:41 +0200 Subject: Rework XDR code to be more portable Also don't link to libnsl by default since not all platforms have it. --- dist/examples/cxx/hybrid/binary/xdr/makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'dist') diff --git a/dist/examples/cxx/hybrid/binary/xdr/makefile b/dist/examples/cxx/hybrid/binary/xdr/makefile index ede26ea..9967e70 100644 --- a/dist/examples/cxx/hybrid/binary/xdr/makefile +++ b/dist/examples/cxx/hybrid/binary/xdr/makefile @@ -2,8 +2,6 @@ root := ../../../../.. include $(root)/build/cxx/rules.make -override LIBS += -lnsl - # Build. # EXTRA_CPPFLAGS := -I$(root)/libxsde -- cgit v1.1