blob: f5f7da17ed359cb074de720a2f09a0f17e7f531c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- info/Makefile.in.dist Mon Aug 16 13:44:59 1999
+++ info/Makefile.in Mon Aug 16 13:51:35 1999
@@ -98,7 +98,7 @@
# we need to override it, so include them ourselves.
INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
DEFS = -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
-LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
+LDADD = ../lib/libtxi.a -ltermcap @INTLLIBS@
EXTRA_DIST = README pcterm.c
|