summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2000-07-18 05:19:29 +0000
committerGerald Carter <jerry@samba.org>2000-07-18 05:19:29 +0000
commit2a922bd09afcc844618330757e2d5db699c43bc2 (patch)
tree430461d5b3507fc541877c65d0c521712efda111 /source3/Makefile.in
parenta1bd6766172c91ae93a9c237cbfd8adca60e655c (diff)
downloadsamba-2a922bd09afcc844618330757e2d5db699c43bc2.tar.gz
samba-2a922bd09afcc844618330757e2d5db699c43bc2.tar.bz2
samba-2a922bd09afcc844618330757e2d5db699c43bc2.zip
Added lib/util_list.[c|o] to Makefile.in
--jerry (This used to be commit 94967b31bbc913d9b45274d9eed846f871b66b6f)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 07a6fbbe94..9a07a40df8 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/select.o \
+ lib/ms_fnmatch.o lib/select.o lib/util_list.o \
$(TDB_OBJ)
UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \