From 3d163f4548774c222ccf2dead8e2811ffeccc824 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Jan 2008 15:19:04 +0000 Subject: Remove support for static and pam combined - too problematic. --- src/Makefile.termcap | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.termcap') diff --git a/src/Makefile.termcap b/src/Makefile.termcap index 88017db3..10f19865 100644 --- a/src/Makefile.termcap +++ b/src/Makefile.termcap @@ -1,3 +1,4 @@ LIBTERMCAP ?= -ltermcap CPPFLAGS_LIBEINFO = -DHAVE_TERMCAP LDLIBS_LIBEINFO += $(LIBTERMCAP) +LDLIBS_RC += $(LIBTERMCAP) -- cgit v1.2.3