Adding local directory to build

This commit is contained in:
putterman%netscape.com 1999-01-28 01:20:24 +00:00
Родитель 1a7f4e9cc4
Коммит fc6eca7dcc
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -22,7 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public base imap news
DIRS = public base imap news local
include $(topsrcdir)/config/config.mk

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

@ -17,6 +17,6 @@
DEPTH=..
DIRS=public base news
DIRS=public base local news
include <$(DEPTH)\config\rules.mak>