From 16d2df7037c434bfcf00329e9c75756d54f9fd45 Mon Sep 17 00:00:00 2001 From: "rjc%netscape.com" Date: Fri, 6 Aug 1999 23:17:22 +0000 Subject: [PATCH] Add datasets directory into build. --- xpfe/components/search/makefile.in | 8 ++++---- xpfe/components/search/makefile.win | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xpfe/components/search/makefile.in b/xpfe/components/search/makefile.in index e531d2253119..550bb31c20ee 100644 --- a/xpfe/components/search/makefile.in +++ b/xpfe/components/search/makefile.in @@ -16,13 +16,13 @@ # Reserved. DEPTH = ../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = resources +DIRS = datasets resources include $(topsrcdir)/config/config.mk diff --git a/xpfe/components/search/makefile.win b/xpfe/components/search/makefile.win index 4a986eb76b27..4aa7ff9c464e 100644 --- a/xpfe/components/search/makefile.win +++ b/xpfe/components/search/makefile.win @@ -17,6 +17,6 @@ DEPTH=..\..\.. -DIRS=resources +DIRS=datasets resources include <$(DEPTH)\config\rules.mak>