summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-12 15:37:05 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-12 15:37:05 +0000
commit4c479f0574019afb2fc8a3dbfc802c75fde89244 (patch)
tree52464a169d9f608bdc4b9b1c0cc44c8383ea3e01 /source3/Makefile.in
parent826ad16b363accc4029178cf9087b02362245e11 (diff)
downloadsamba-4c479f0574019afb2fc8a3dbfc802c75fde89244.tar.gz
samba-4c479f0574019afb2fc8a3dbfc802c75fde89244.tar.bz2
samba-4c479f0574019afb2fc8a3dbfc802c75fde89244.zip
split array-handling functions into separate module.
(This used to be commit cc2ce2b755b12cb3d97522aaee69b93309571abc)
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 cc254dd97f..a501da09b6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -112,6 +112,7 @@ 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
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \
ubiqx/ubi_dLinkList.o ubiqx/ubi_sLinkList.o