diff options
author | Volker Lendecke <vl@samba.org> | 2007-12-19 16:30:01 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2007-12-19 16:30:36 +0100 |
commit | cd893dd365dfe9cb49e91f4dc4a8d35533e918c2 (patch) | |
tree | 9429a82d6ec9c4e85a3b82d5beb5715d5a838450 | |
parent | 712a28aaae6671be673f9b125cae59aec628d267 (diff) | |
download | samba-cd893dd365dfe9cb49e91f4dc4a8d35533e918c2.tar.gz samba-cd893dd365dfe9cb49e91f4dc4a8d35533e918c2.tar.bz2 samba-cd893dd365dfe9cb49e91f4dc4a8d35533e918c2.zip |
Today is not my day...
dmapi.c certainly did compile now...
(This used to be commit 93f3a1172af2f1a20f0c4c26ec8be999546d95f8)
-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 81c8330216..599b0501a1 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -284,7 +284,7 @@ TALLOC_OBJ = lib/talloc/talloc.o LIB_WITHOUT_PROTO_OBJ = $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) $(NSS_WRAPPER_OBJ) $(TALLOC_OBJ) \ lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \ lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o lib/talloc_stack.o \ - lib/interfaces.o lib/rbtree.o lib/cache.o + lib/interfaces.o lib/rbtree.o lib/memcache.o LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \ lib/interface.o lib/md4.o \ |