ncurses and configure again

Another fix to link properly to ncurses
Some minor top fixes
Added *~ to gitignore because these files crop up sometimes
This commit is contained in:
Craig Small
2011-10-27 08:53:55 +11:00
parent ed01cfb8a9
commit e4836e08ee
4 changed files with 20 additions and 41 deletions

View File

@@ -42,7 +42,7 @@ bin_PROGRAMS = kill
dist_man_MANS += kill.1
endif
if HAVE_NCURSES
if WITH_NCURSES
usrbin_exec_PROGRAMS += \
slabtop \
top \