Check-in Number:
|
4228 | |
Date: |
2001-Jul-20 13:05:55 (local)
2001-Jul-20 11:05:55 (UTC) |
User: | simons |
Branch: | |
Comment: |
Check whether libnsl has to be linked for the xdr_xxx() routines. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/regression-tests/Makefile.in 1.3 -> 1.4
--- Makefile.in 2001/07/20 10:09:06 1.3
+++ Makefile.in 2001/07/20 11:05:55 1.4
@@ -6,7 +6,7 @@
CPPFLAGS = @CPPFLAGS@ @DEFS@ -D_GNU_SOURCE
CFLAGS = @CFLAGS@
-LDFLAGS = @LDFLAGS@ -L..
+LDFLAGS = @LDFLAGS@ @xdr_lib@ -L..
TESTS = xds-core.exe xds-find-engine.exe xds-register.exe xds-encode.exe \
xds-getbuffer.exe xds-decode.exe xds-setbuffer.exe xds-engine-restart.exe \
|
|