Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties. Approved for carpool checkin by mcafee.

git-svn-id: svn://10.0.0.236/trunk@49361 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-09-29 21:41:26 +00:00
parent d55a7f9328
commit 53814014ee

View File

@@ -46,7 +46,7 @@ CPPSRCS = \
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s
endif
include $(topsrcdir)/config/config.mk