summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-19 08:23:13 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-19 08:23:13 +0000
commitf074d6ef57de28a2855fb2f8d3357ec46cbe8be0 (patch)
tree6ff54e1514cc88221b0489e1dab9d35668c388c5 /source3/Makefile.in
parent59f992f12de9a0c6a0bc30f8953b324699623a03 (diff)
downloadsamba-f074d6ef57de28a2855fb2f8d3357ec46cbe8be0.tar.gz
samba-f074d6ef57de28a2855fb2f8d3357ec46cbe8be0.tar.bz2
samba-f074d6ef57de28a2855fb2f8d3357ec46cbe8be0.zip
split fsusage() into a separate module (to fix linking problems with
spoolssd in tng) (This used to be commit e2eacdd74c369fbbcd118148149321e36f3d0010)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9bf86d9e7c..1f85603b5d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -106,7 +106,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/util_array.o lib/util_str.o lib/util_sid.o \
lib/util_unistr.o lib/util_file.o \
lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o lib/fnmatch.o \
- tdb/tdb.o lib/talloc.o lib/hash.o lib/substitute.o
+ tdb/tdb.o lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o ubiqx/debugparse.o
@@ -153,7 +153,7 @@ PROFILE_OBJ = profile/profile.o
SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \
- smbd/ipc.o smbd/mangle.o smbd/negprot.o \
+ smbd/ipc.o smbd/lanman.o smbd/mangle.o smbd/negprot.o \
smbd/message.o smbd/nttrans.o smbd/pipes.o \
smbd/reply.o smbd/trans2.o smbd/uid.o \
smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \