From adf98000c4fb47d6ca6692d79da6f986b84c393f Mon Sep 17 00:00:00 2001 From: "kin%netscape.com" Date: Mon, 14 Dec 1998 18:39:33 +0000 Subject: [PATCH] Removed src directory from list of includes. --- editor/txmgr/tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/txmgr/tests/Makefile.in b/editor/txmgr/tests/Makefile.in index 95e332a6959..268a3f212e5 100644 --- a/editor/txmgr/tests/Makefile.in +++ b/editor/txmgr/tests/Makefile.in @@ -27,7 +27,7 @@ CPPSRCS = TestTXMgr.cpp include $(topsrcdir)/config/rules.mk -INCLUDES += -I$(srcdir)/../src -I$(DIST)/include +INCLUDES += -I$(DIST)/include EX_LIBS = \ $(DIST)/lib/libraptorbase.$(LIB_SUFFIX) \