More changes for the test harness to build on Linux....

This commit is contained in:
mscott%netscape.com 1999-01-31 08:20:41 +00:00
parent a2422cb06c
commit 2785a2ab17

View File

@ -15,13 +15,57 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../../..
DEPTH=../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = nntpTest
CPPSRCS = \
nntpTest.cpp \
nsNNTPCategoryContainerStub.cpp \
nsNNTPHostStub.cpp \
nsNNTPNewsgroupListStub.cpp \
nsNNTPNewsgroupStub.cpp \
$(NULL)
ifdef MOZ_OJI
JSJ_LIB = -ljsj
endif
LIBS = \
-labouturl \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lhttpurl \
-lsockstuburl \
-lnetcache \
-lmimetype \
-lnetcnvts \
-lnetwork \
-lnetlib \
-lnetutil \
-lnntp \
-lmailnewsbase \
-lreg \
-lxpcom \
-lpwcac \
-lmozdbm \
-lxp \
-lpref \
-ljs \
-lraptorbase \
-lgmbase$(MOZ_TOOLKIT) \
-lsecfree \
-lz \
$(NSPR_LIBS) \
$(TK_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk