This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
procps
Watch
1
Star
0
Fork
0
You've already forked procps
Code
Issues
Pull Requests
Packages
Releases
Activity
81e0f15ac3
procps
/
include
/
Makefile.am
9 lines
105 B
Makefile
Raw
Normal View
History
Unescape
Escape
build-sys: add missing files to distribution Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-10-19 14:07:03 +05:30
dist_noinst_HEADERS
=
\
c.h
\
build-sys: add fileutils.h to dist package The 'make distcheck' failed with. ../../ps/display.c:39:34: fatal error: ../include/fileutils.h: No such file or directory Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-04-18 13:56:20 +05:30
fileutils.h
\
build-sys: add missing files to distribution Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-10-19 14:07:03 +05:30
nls.h
\
build-sys: uClibc does not have rpmatch() Add simple replacement with hardcoded y/n responses to allow compilation on systems without rpmatch(). Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-04-18 01:11:26 +05:30
rpmatch.h
\
library: Remove signal name from library Procps library previously held functions that were about either listing or finding signal names. These are not really the right location for a library about reading procfs. This patch handles signal related functions in two ways: For functions purely found in skill, these have been moved back into this binary as they are used nowhere else. For functions used across the binaries, these have been moved into include/signals.h and lib/signals.c. Besides formatting, these functions are largely the same. To assist the skill functions, two functions to access the signal map array have been added to lib/signals.c
2015-06-29 17:22:51 +05:30
signals.h
\
build-sys: re-enable 'dist' build The 'build-sys: re-enable out of tree build' commit failed to also address the 'dist' target errors.
2011-12-27 04:17:19 +05:30
strutils.h
\
build-sys: add missing files to distribution Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-10-19 14:07:03 +05:30
xalloc.h
Reference in New Issue
Copy Permalink