top: provide extensive, generalized nls support
Reviewed-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
26
top/Makefile.am
Normal file
26
top/Makefile.am
Normal file
@@ -0,0 +1,26 @@
|
||||
AM_CPPFLAGS = -include $(top_builddir)/config.h
|
||||
|
||||
AM_CFLAGS = -I../proc -I../include
|
||||
AM_LDFLAGS = ../proc/libprocfs.la
|
||||
|
||||
if WITH_NCURSES
|
||||
usrbin_exec_PROGRAMS = \
|
||||
top
|
||||
|
||||
top_SOURCES = \
|
||||
top.h \
|
||||
top.c \
|
||||
top_nls.h \
|
||||
top_nls.c
|
||||
|
||||
dist_man_MANS = \
|
||||
top.1
|
||||
|
||||
top_LDADD = @NCURSES_LIBS@
|
||||
endif
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
procpsngdir = $(docdir)
|
||||
dist_procpsng_DATA = \
|
||||
README.top
|
||||
Reference in New Issue
Block a user