Bugzilla bug 358785: don't build the static library. We only use the

shared library, and on Windows the static library and import library have
the same file name (pkixutil.lib).
This commit is contained in:
wtchang%redhat.com 2007-02-28 01:30:27 +00:00
Родитель 3a08159ec2
Коммит 429d565668
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -35,6 +35,9 @@
#
# ***** END LICENSE BLOCK *****
# don't build the static library
LIBRARY =
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
# don't want the 32 in the shared library name