summaryrefslogtreecommitdiffstats
path: root/source/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
commit830a126a442bdde28fc42e23e7260c344b6534b9 (patch)
tree74c01db833f3bb2d1605082f93a2501c73febed5 /source/Makefile.in
parentb70f870cd98e30d0ce74d322391cc79d65c5f838 (diff)
downloadsamba-830a126a442bdde28fc42e23e7260c344b6534b9.tar.gz
samba-830a126a442bdde28fc42e23e7260c344b6534b9.tar.xz
samba-830a126a442bdde28fc42e23e7260c344b6534b9.zip
smbd should register to receive MSG_REQ_POOL_USAGE. Response should
be information about memory usage, but this is not done yet.
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 0beecd2d1fe..c0a35b75c70 100644
--- a/source/Makefile.in
+++ b/source/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)