adding urltest and TestFileInput2 to the unix build

This commit is contained in:
andreas.otte%primus-online.de 1999-06-16 19:51:14 +00:00
parent 1a1cc46868
commit 19db4eb6e6

View File

@ -30,6 +30,8 @@ CPPSRCS = \
TestSocketTransport.cpp \
TestFileInput.cpp \
TestProtocols.cpp \
urltest.cpp \
TestFileInput2.cpp \
$(NULL)
BASE_LIBS = \
@ -50,4 +52,9 @@ include $(topsrcdir)/config/config.mk
SIMPLE_PROGRAMS = $(addprefix $(OBJDIR)/, $(CPPSRCS:.cpp=))
# hack until necko lands
ifndef NECKO
PUBLIC = $(DEPTH)/netwerk/dist/include
endif
include $(topsrcdir)/config/rules.mk