summaryrefslogtreecommitdiff
path: root/source4/lib/util/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-19 14:14:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:51:09 -0500
commit6bc249edbfd59532978543fbbb54a98c5853e6ab (patch)
treefec621213591a604cdebfb5e6cfa1d2aee224700 /source4/lib/util/config.mk
parent4bb0cb7449960620052cd555854e59d8d8a9babe (diff)
downloadsamba-6bc249edbfd59532978543fbbb54a98c5853e6ab.tar.gz
samba-6bc249edbfd59532978543fbbb54a98c5853e6ab.tar.bz2
samba-6bc249edbfd59532978543fbbb54a98c5853e6ab.zip
r22372: split out become_daemon() into it's own function
this remove the dependency of util.o to swrap_close which causes sometrouble with the pidl tests on some hosts metze (This used to be commit 8cd36c47aaf1098876bceb314cb0a1f39369cb46)
Diffstat (limited to 'source4/lib/util/config.mk')
-rw-r--r--source4/lib/util/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index cda42c105a..5ec110e68d 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -26,7 +26,8 @@ OBJ_FILES = xfile.o \
ms_fnmatch.o \
mutex.o \
idtree.o \
- module.o
+ module.o \
+ become_daemon.o
PUBLIC_DEPENDENCIES = \
LIBTALLOC LIBCRYPTO \
SOCKET_WRAPPER EXT_NSL \