summaryrefslogtreecommitdiff
path: root/src/Makefile.termcap
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.termcap')
-rw-r--r--src/Makefile.termcap3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.termcap b/src/Makefile.termcap
new file mode 100644
index 0000000..88017db
--- /dev/null
+++ b/src/Makefile.termcap
@@ -0,0 +1,3 @@
+LIBTERMCAP ?= -ltermcap
+CPPFLAGS_LIBEINFO = -DHAVE_TERMCAP
+LDLIBS_LIBEINFO += $(LIBTERMCAP)