Fix for AIX 4.2, specifically, but should help other platforms with shared library difficulties.

This commit is contained in:
briano%netscape.com 1999-10-01 23:07:38 +00:00
Родитель 9169791d48
Коммит 319ef7e115
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -27,16 +27,16 @@ PROGRAM = UnicharSelfTest
CPPSRCS = UnicharSelfTest.cpp
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo
LOST_SYM_LIBS = -lxpcomds_s -lxptinfo -lmozreg_s
endif
include $(topsrcdir)/config/rules.mk
LIBS += \
LIBS = \
-lxpcom \
$(LOST_SYM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)/../public -I$(DIST)/include