build-sys: add contrib directory
Move files that are not compiled to <build-root>/contrib directory. The files consist two unmaintained commands, alternative ps & w, and and broken utmp examination / printing utility. The dummy.c became unnecessary at the point when autotools where re-introduced. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
@ -7,7 +7,7 @@ AC_INIT([procps-ng],
|
||||
[3.3.0],
|
||||
[procps@freelists.org],,[http://gitorious.org/procps])
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([dummy.c])
|
||||
AC_CONFIG_SRCDIR([top.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
# Checks for programs.
|
||||
|
Reference in New Issue
Block a user