build with socket provider - thanks Andreas Otte

This commit is contained in:
hshaw%netscape.com 1999-08-23 14:38:31 +00:00
Родитель 045e488d6c
Коммит 09384ece15
1 изменённых файлов: 1 добавлений и 8 удалений

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

@ -28,6 +28,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS= \
base \
dns \
socket \
build \
protocol \
util \
@ -35,14 +36,6 @@ DIRS= \
streamconv \
$(NULL)
include $(DEPTH)/config/config.mk
ifdef NET_SOCKET_PROVIDER_BUILD
DIRS += \
socket \
$(NULL)
endif
ifdef ENABLE_TESTS
DIRS += test
endif