Better link line, closer to linking...

This commit is contained in:
mcafee%netscape.com 1999-01-22 11:19:42 +00:00
Родитель 3f29f4d579
Коммит ff0bc214f8
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -55,9 +55,15 @@ LIBS = \
-lraptorbase \
-lgmbase$(MOZ_TOOLKIT) \
-lsecfree \
-lz \
$(NSPR_LIBS) \
$(NULL)
ifdef TK_GTK_LIBS
LIBS += $(TK_GTK_LIBS)
endif
PROGRAM = nettest
include $(topsrcdir)/config/rules.mk