From 8da52f4fd1ef21959d8ef869275380abb7ffeb43 Mon Sep 17 00:00:00 2001 From: Pavel Kozlov Date: Sun, 12 Apr 2020 23:26:40 +0100 Subject: [PATCH] add -ltinfo to Makefile.am, resolve #138 --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index ecb5087..5064e40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,3 +70,5 @@ EXTRA_DIST = testdir CHANGES CONTRIBUTORS dist-hook: if [ -f $(top_srcdir)/INSTALL.enduser ]; then chmod u+w $(distdir)/INSTALL; \cp -f $(top_srcdir)/INSTALL.enduser $(distdir)/INSTALL; fi + +AM_LDFLAGS = -ltinfo