This commit is contained in:
briano%netscape.com 1999-09-09 07:32:15 +00:00
Родитель 3f40ccda3b
Коммит f8e486e56b
1 изменённых файлов: 13 добавлений и 13 удалений

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

@ -1,4 +1,3 @@
#! gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,24 +13,25 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
MODULE = necko
include $(DEPTH)/config/autoconf.mk
DIRS= \
about \
data \
file \
resource \
ftp \
http \
$(NULL)
MODULE = necko
DIRS = \
about \
data \
file \
resource \
ftp \
http \
$(NULL)
include $(topsrcdir)/config/rules.mk