From 294b4b692ea0e424a6571fae9fc033ee4fc3c1cd Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Tue, 9 Aug 2005 23:04:58 +0000 Subject: [PATCH] Fixing static build bustage caused by checkin for bug 17578. git-svn-id: svn://10.0.0.236/trunk@177452 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/auth/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/extensions/auth/Makefile.in b/mozilla/extensions/auth/Makefile.in index 685b1bfa60b..884bd2563f0 100644 --- a/mozilla/extensions/auth/Makefile.in +++ b/mozilla/extensions/auth/Makefile.in @@ -49,7 +49,8 @@ include $(DEPTH)/config/autoconf.mk MODULE = negotiateauth LIBRARY_NAME = negotiateauth -EXPORT_LIBRARY = 1 +# Do not set EXPORT_LIBRARY as we do not want negotiateauth in the static libs list +#EXPORT_LIBRARY = 1 IS_COMPONENT = 1 LOCAL_INCLUDES = $(GSSAPI_INCLUDES)