From 6fbe2499ce7e38af73272d9b6f967c17772b03de Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 May 2006 13:39:36 +0000 Subject: r15376: Add detection of -lnsl, required for building on SUN boxes. --- source/librpc/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/librpc') diff --git a/source/librpc/config.mk b/source/librpc/config.mk index fbc76b32a05..895caa69120 100644 --- a/source/librpc/config.mk +++ b/source/librpc/config.mk @@ -11,7 +11,7 @@ OBJ_FILES = \ ndr/ndr_basic.o \ ndr/ndr_string.o \ ndr/ndr_misc.o -PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBTALLOC LIBSAMBA-UTIL CHARSET +PUBLIC_DEPENDENCIES = LIBSAMBA-ERRORS LIBTALLOC LIBSAMBA-UTIL CHARSET EXT_NSL # End SUBSYSTEM LIBNDR ################################################ -- cgit