X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile.in;h=5c0329487899f6dbf3cbf2e3c43e52e97f989cc9;hb=15880bd696ffb439685fae9ae39ff4d5b8e6deeb;hp=b154c3298b970b516ce21a465f5970aaa58e981f;hpb=51642118c156044133720d7b36e971fcb99b1e45;p=paraslash.git diff --git a/Makefile.in b/Makefile.in index b154c329..5c032948 100644 --- a/Makefile.in +++ b/Makefile.in @@ -39,6 +39,7 @@ osl_ldflags := @osl_ldflags@ openssl_ldflags := @openssl_ldflags@ gcrypt_ldflags := @gcrypt_ldflags@ socket_ldflags := @socket_ldflags@ +nsl_ldflags := @nsl_ldflags@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") @@ -319,7 +320,7 @@ para_audioc \ para_audiod \ para_recv \ : LDFLAGS += \ - $(socket_ldflags) + $(socket_ldflags) $(nsl_ldflags) para_recv: $(recv_objs) @[ -z "$(Q)" ] || echo 'LD $@'