summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 05:23:26 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 05:23:26 +0200
commit7bd4e6e4956d4e979a6c272bc7de187e209b0710 (patch)
tree46b9b55775519ed25477d91fe8112100ea138e28 /source3/Makefile.in
parent5c090e5cda0db947a435915b563145c23dbb30d7 (diff)
downloadsamba-7bd4e6e4956d4e979a6c272bc7de187e209b0710.tar.gz
samba-7bd4e6e4956d4e979a6c272bc7de187e209b0710.tar.bz2
samba-7bd4e6e4956d4e979a6c272bc7de187e209b0710.zip
Use common signal helper implementation.
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 6ebaa8fd75..d1eb3d5538 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -319,7 +319,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \
$(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/interface.o ../lib/crypto/md4.o \
lib/pidfile.o \
- lib/signal.o lib/system.o lib/sendfile.o lib/recvfile.o lib/time.o \
+ ../lib/util/signal.o lib/system.o lib/sendfile.o lib/recvfile.o lib/time.o \
../lib/util/time.o \
lib/ufc.o lib/genrand.o lib/username.o \
lib/util_pw.o lib/access.o lib/smbrun.o \