From 3cc49dbf1c37150f5af626b7ea23497eec396618 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Tue, 18 May 1999 04:12:21 +0000 Subject: [PATCH] Add history component. --- xpfe/components/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/components/Makefile.in b/xpfe/components/Makefile.in index 6405904aa6ea..a0d6e443ed79 100644 --- a/xpfe/components/Makefile.in +++ b/xpfe/components/Makefile.in @@ -22,7 +22,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public find ucth xfer +DIRS = public find history ucth xfer include $(topsrcdir)/config/config.mk