Fix unresolved externals

This commit is contained in:
spider%netscape.com 1998-10-12 19:55:23 +00:00
parent d837d4ee34
commit b38e0bffa6

View File

@ -68,6 +68,6 @@ DSO_LDFLAGS =
G++INCLUDES = -I/usr/include/g++
AR_ALL = --whole-archive
AR_NONE = --no-whole-archive
AR_ALL = -Wl,--whole-archive
AR_NONE = -Wl,--no-whole-archive
LINK_PROGRAM += -rdynamic