aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-04-13 21:05:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-04-13 21:05:41 +0200
commitbb3143a129b91e6442a14ec1a6b05ff62c5d8b55 (patch)
treef287c29c073a8a2d0eb20bfcbd52538755173b87 /dist
parentb2e52f3b1b95889f28baacfe1e7d4ffc570a6685 (diff)
Rework XDR code to be more portable
Also don't link to libnsl by default since not all platforms have it.
Diffstat (limited to 'dist')
-rw-r--r--dist/examples/cxx/hybrid/binary/xdr/makefile2
1 files changed, 0 insertions, 2 deletions
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