diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 13:39:36 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 13:39:36 +0000 |
commit | 6fbe2499ce7e38af73272d9b6f967c17772b03de (patch) | |
tree | c259840047cf078598f5659d7de39a2fe2e00118 /source/librpc | |
parent | 5022e878eab5b98e3efb4e9c987c887a73472b57 (diff) | |
download | samba-6fbe2499ce7e38af73272d9b6f967c17772b03de.tar.gz samba-6fbe2499ce7e38af73272d9b6f967c17772b03de.tar.xz samba-6fbe2499ce7e38af73272d9b6f967c17772b03de.zip |
r15376: Add detection of -lnsl, required for building on SUN boxes.
Diffstat (limited to 'source/librpc')
-rw-r--r-- | source/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 ################################################ |