diff options
author | Tim Potter <tpot@samba.org> | 2000-07-06 06:43:30 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2000-07-06 06:43:30 +0000 |
commit | 01f7ba69aeedf8fd694f3887c9c5fd139dda9e88 (patch) | |
tree | 52f3b6d650ee028c9ca3e33bc734379398e6e037 /source3 | |
parent | 4b25fffe82ea6a36ee6ffd5946473443ceed9dbd (diff) | |
download | samba-01f7ba69aeedf8fd694f3887c9c5fd139dda9e88.tar.gz samba-01f7ba69aeedf8fd694f3887c9c5fd139dda9e88.tar.bz2 samba-01f7ba69aeedf8fd694f3887c9c5fd139dda9e88.zip |
Moved lib/util_seaccess.o from LIB_OBJ to SMBD1_OBJ as it is only used by
smbd.
(This used to be commit 539c32fa423bee9be34eeda96fad5398f7cf982b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a535a7f8e9..da847a633d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -108,7 +108,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \ lib/util_unistr.o lib/util_file.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/util_seaccess.o lib/select.o \ + lib/ms_fnmatch.o lib/select.o \ $(TDB_OBJ) UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ @@ -177,7 +177,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/vfs.o smbd/vfs-wrap.o smbd/statcache.o \ smbd/unix_acls.o lib/msrpc-client.o lib/msrpc_use.o \ smbd/process.o smbd/service.o smbd/error.o \ - printing/printfsp.o nsswitch/common.o + printing/printfsp.o nsswitch/common.o lib/util_seaccess.o PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/print_cups.o printing/load.o |