diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-24 18:15:50 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-24 18:15:50 +0000 |
commit | 2752e372b64337de24edef52575ddc7da0ed8d04 (patch) | |
tree | e9b99c9174960f4e900ac49528f5dfb96528213e /source3/Makefile.in | |
parent | d7889cd22347e7acd4effb7682d442eef7a666e4 (diff) | |
download | samba-2752e372b64337de24edef52575ddc7da0ed8d04.tar.gz samba-2752e372b64337de24edef52575ddc7da0ed8d04.tar.xz samba-2752e372b64337de24edef52575ddc7da0ed8d04.zip |
WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c
CVS UPDATE MAY ISSUE WARNING ABOUT lib/util_hnd.c MODIFICATION
DATE BEING IN THE FUTURE. CVS CHECKOUT A NEW REPOSITORY MAY BE
SAFER.
(This used to be commit c26e8a6ac59934ae580077df937439c2c538dbdb)
Diffstat (limited to 'source3/Makefile.in')
-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 f39bd51341..1f481f6599 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -112,7 +112,8 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \ lib/util_str.o lib/util_unistr.o \ lib/util_file.o mem_man/mem_man.o \ lib/util_sock.o lib/unix_sec_ctxt.o \ - lib/util_array.o + lib/util_array.o \ + lib/util_hnd.o UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o @@ -126,7 +127,6 @@ LIBSMB_OBJ = libsmb/clientgen.o libsmb/namequery.o libsmb/nmblib.o \ RPC_SERVER_OBJ = \ rpc_server/srv_lsa.o \ - rpc_server/srv_lsa_hnd.o \ rpc_server/srv_netlog.o \ rpc_server/srv_pipe_hnd.o \ rpc_server/srv_reg.o \ |