summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-03-05 15:54:44 +0100
committerDavid Disseldorp <ddiss@suse.de>2013-03-05 23:29:46 +0100
commitf9fb3faaef4c15b7c4c3748b0e93fa3061b573c3 (patch)
tree8c8e1e6c576130907cdfb2407fea6b3da08d9482 /source3/Makefile.in
parentdef575bc29ee399fc93320b0f3716bc15740863d (diff)
downloadsamba-f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3.tar.gz
samba-f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3.tar.bz2
samba-f9fb3faaef4c15b7c4c3748b0e93fa3061b573c3.zip
lib: Add prctl_set_comment to utils.
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 90f12b741d..4b6918a838 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -430,7 +430,7 @@ UTIL_OBJ = ../lib/util/rbtree.o ../lib/util/signal.o ../lib/util/time.o \
../lib/util/genrand.o ../lib/util/util_net.o \
../lib/util/become_daemon.o ../lib/util/system.o \
../lib/util/tevent_unix.o ../lib/util/tevent_ntstatus.o \
- ../lib/util/tevent_werror.o \
+ ../lib/util/tevent_werror.o ../lib/util/util_process.o\
lib/tevent_barrier.o \
../lib/util/smb_threads.o ../lib/util/util_id.o \
../lib/util/blocking.o ../lib/util/rfc1738.o \