diff options
Diffstat (limited to 'libnsl')
-rw-r--r-- | libnsl/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index 03a7703f2..fac88ce55 100644 --- a/libnsl/Makefile.in +++ b/libnsl/Makefile.in @@ -5,6 +5,8 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # +subdirs += libnsl + CFLAGS-libnsl := -DNOT_IN_libc -DIS_IN_libnsl $(SSP_ALL_CFLAGS) LDFLAGS-libnsl.so := $(LDFLAGS) $(call link.asneeded,-lc) |