diff options
author | Luke Leighton <lkcl@samba.org> | 1998-12-20 00:31:18 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-12-20 00:31:18 +0000 |
commit | a8e26983060f6a723124353e9ae8e481f5dbc882 (patch) | |
tree | 57657d0199a68b582e457f34d61c9c51ae712e0c | |
parent | e566f0eae085012350ec8fa97b4cbd2ed63643b5 (diff) | |
download | samba-a8e26983060f6a723124353e9ae8e481f5dbc882.tar.gz samba-a8e26983060f6a723124353e9ae8e481f5dbc882.tar.bz2 samba-a8e26983060f6a723124353e9ae8e481f5dbc882.zip |
lib_sec_ctxt.o not .c
(This used to be commit 2485b8e706a2d0358f075dcb8b03bc75fa122ee1)
-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 bddc221a6d..bd9ca8703b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -105,7 +105,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \ lib/bitmap.o lib/crc32.o lib/util_sid.o lib/snprintf.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.c + lib/util_sock.o lib/unix_sec_ctxt.o UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ |