Fixing static build bustage caused by checkin for bug 17578.

This commit is contained in:
cls%seawood.org 2005-08-09 23:04:58 +00:00
Родитель ee534d54ea
Коммит f26a8824d5
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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)