blob: 08d70bdc7f670a79eb431ec2c352f12255198ace (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile.in
+++ b/Makefile.in
@@ -383,7 +383,7 @@
@WITH_NCURSES_TRUE@slabtop_SOURCES = slabtop.c $(top_srcdir)/lib/strutils.c
@WITH_NCURSES_TRUE@slabtop_LDADD = @NCURSES_LIBS@
@WITH_NCURSES_TRUE@watch_SOURCES = watch.c $(top_srcdir)/lib/strutils.c
-@WITH_NCURSES_TRUE@watch_LDADD = @NCURSES_LIBS@
+@WITH_NCURSES_TRUE@watch_LDADD = @WATCH_NCURSES_LIBS@
kill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c
skill_SOURCES = skill.c $(top_srcdir)/lib/strutils.c
snice_SOURCES = skill.c $(top_srcdir)/lib/strutils.c
|