Fix for build bustage on Unix. Put in missing '$'.

This commit is contained in:
kin%netscape.com 1998-12-02 21:25:41 +00:00
parent b16a988674
commit 1da4475fea

View File

@ -27,7 +27,7 @@ CPPSRCS = TestTXMgr.cpp
include $(topsrcdir)/config/rules.mk
INCLUDES += -I(srcdir)/../src -I$(DIST)/include
INCLUDES += -I$(srcdir)/../src -I$(DIST)/include
EX_LIBS = \
$(DIST)/lib/libtxmgr.$(LIB_SUFFIX) \