This commit is contained in:
andreas.otte%primus-online.de 1999-06-08 09:50:19 +00:00
Родитель c819d27dd4
Коммит 070a9cfe91
1 изменённых файлов: 19 добавлений и 5 удалений

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

@ -19,16 +19,30 @@ topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LIBRARY_NAME = netwerkdns_s
include $(DEPTH)/config/autoconf.mk
MODULE = netwerk
CPPSRCS = \
nsDnsService.cpp \
$(NULL)
REQUIRES = xpcom netwerk raptor
EXPORTS = \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
MODULE = netwerk
include $(topsrcdir)/config/config.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a
# static l\ib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(DEPTH)/config/rules.mk