diff options
author | Gerald Carter <jerry@samba.org> | 2000-07-18 19:05:50 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2000-07-18 19:05:50 +0000 |
commit | 6f9afd1766dcc3e56f2c25028751068ef553b8af (patch) | |
tree | 2ac21d2a89cf2d6a55b98f8113fd4d79a4b7d60e | |
parent | 2a922bd09afcc844618330757e2d5db699c43bc2 (diff) | |
download | samba-6f9afd1766dcc3e56f2c25028751068ef553b8af.tar.gz samba-6f9afd1766dcc3e56f2c25028751068ef553b8af.tar.bz2 samba-6f9afd1766dcc3e56f2c25028751068ef553b8af.zip |
remove util_list from LIB_OBJS since it broke smbd build
(undefined references in link). This is a quick fix.
I'll resolve things later.
Sorry everyone.
jerry
(This used to be commit ea64f2525d649c0952af52c2ba21a3bac57b322e)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 9a07a40df8..07a6fbbe94 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/util_list.o \ + lib/ms_fnmatch.o lib/select.o \ $(TDB_OBJ) UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ |