(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
authorGerd Moellmann <gerd@gnu.org>
Thu, 13 Apr 2000 19:10:05 +0000 (19:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 13 Apr 2000 19:10:05 +0000 (19:10 +0000)
as TERMCAP_OBJ.

src/Makefile.in

index f591fb1f229f45fb0a7202f5b034a67934d5c322..06990d2e4550366f22fdd7368b9b0c6273b5584d 100644 (file)
@@ -577,7 +577,11 @@ termcapobj = terminfo.o
 #define LIBS_TERMCAP
 termcapobj = termcap.o tparam.o
 #else /* LIBS_TERMCAP */
+#  ifdef TERMCAP_OBJ
+termcapobj = TERMCAP_OBJ
+#  else
 termcapobj = tparam.o
+#  endif /* not TERMCAP_OBJ */
 #endif /* LIBS_TERMCAP */
 #endif /* ! defined (TERMINFO) */