From 1928653399e4aa73a99049c34334d66345ca8b97 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 9 Jan 2012 21:40:53 +1100 Subject: [PATCH] watch needs a conditonal LDADD Makes Debian patch makefile_watch_ncurses redundant. watch was being linked to NCURSES_LIBS when it should of been WATCH_NCURSES_LIBS which can be ncursesw with 8bit enabled. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 06b70ed4..0ec2938a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,7 +62,7 @@ dist_man_MANS += \ slabtop_SOURCES = slabtop.c $(top_srcdir)/lib/strutils.c slabtop_LDADD = @NCURSES_LIBS@ watch_SOURCES = watch.c $(top_srcdir)/lib/strutils.c -watch_LDADD = @NCURSES_LIBS@ +watch_LDADD = @WATCH_NCURSES_LIBS@ endif kill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c