Work even when --disable-static is configured on

This commit is contained in:
kipp%netscape.com 1999-04-03 19:48:02 +00:00
Родитель b1fad92629
Коммит f5c07b9d5a
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -58,5 +58,10 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk