summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-03 03:53:41 +0000
committerMartin Pool <mbp@samba.org>2002-01-03 03:53:41 +0000
commit91ec6cf19ffffce3caacea4b4489eb20761de4a5 (patch)
tree2c3f33e04695c1c8452d50160fcf9b61ed64e6d3 /source3/Makefile.in
parent9c1ddeca6fad09da9a65197cfed587c83ead2bf1 (diff)
downloadsamba-91ec6cf19ffffce3caacea4b4489eb20761de4a5.tar.gz
samba-91ec6cf19ffffce3caacea4b4489eb20761de4a5.tar.bz2
samba-91ec6cf19ffffce3caacea4b4489eb20761de4a5.zip
smbd should register to receive MSG_REQ_POOL_USAGE. Response should
be information about memory usage, but this is not done yet. (This used to be commit 830a126a442bdde28fc42e23e7260c344b6534b9)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0beecd2d1f..c0a35b75c7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -121,6 +121,7 @@ LIB_OBJ = lib/charcnv.o lib/debug.o lib/fault.o \
lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o \
lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \
lib/ms_fnmatch.o lib/select.o lib/error.o lib/messages.o \
+ lib/tallocmsg.o \
lib/md5.o lib/hmacmd5.o lib/iconv.o lib/smbpasswd.o \
nsswitch/wb_client.o nsswitch/wb_common.o \
intl/lang_tdb.o lib/account_pol.o $(TDB_OBJ)