commit | 10457b90db925369739a900445b640364eda5e4c | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Mar 27 22:01:31 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Mar 27 22:01:31 2007 +0000 |
tree | 6d6f18564291257738360d97712724868175167e | |
parent | f4d40c87d3a18fccb8c0946fc09f1d8f24a2bcf3 [diff] [blame] |
make pidfile writing configurable. [ui]toa_to_buf: change API. No users yet.
diff --git a/libbb/Kbuild b/libbb/Kbuild index ffded6a..a3b78ef 100644 --- a/libbb/Kbuild +++ b/libbb/Kbuild
@@ -61,6 +61,7 @@ lib-y += perror_msg_and_die.o lib-y += perror_nomsg.o lib-y += perror_nomsg_and_die.o +lib-y += pidfile.o lib-y += process_escape_sequence.o lib-y += procps.o lib-y += read.o