Fix for build bustage on Unix.

This commit is contained in:
kin%netscape.com 1998-12-02 17:39:40 +00:00
Родитель cc62ea4233
Коммит 5028505321
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,7 +14,7 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
@ -27,7 +27,7 @@ CPPSRCS = TestTXMgr.cpp
include $(topsrcdir)/config/rules.mk
INCLUDES = -I$(DIST)/include
INCLUDES = -I(srcdir)/../src -I$(DIST)/include
EX_LIBS = \
$(DIST)/lib/libtxmgr.$(LIB_SUFFIX) \