summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-03-09 08:42:05 +0100
committerStefan Metzmacher <metze@samba.org>2009-03-23 12:21:13 +0100
commit2654653f55ed5744cc9fca6a79127386f55425e1 (patch)
treee4ba410350c03e408caeb057ef1a8c857fd031f8 /source3/Makefile.in
parent1a48d0793b9d3a76aff76580661626e5cd95f427 (diff)
downloadsamba-2654653f55ed5744cc9fca6a79127386f55425e1.tar.gz
samba-2654653f55ed5744cc9fca6a79127386f55425e1.tar.bz2
samba-2654653f55ed5744cc9fca6a79127386f55425e1.zip
s3:libsmb: add a much simplified smb_siging infrastructure
It's the job of the caller to maintain the seqnum/mid mapping. Hopefully we can use this code in s4 later too. metze
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0db6f62c5c..8dbb7b5d67 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -364,7 +364,8 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/util.o lib/util_sock.o lib/sock_exec.o lib/util_sec.o \
lib/substitute.o lib/dbwrap_util.o \
lib/ms_fnmatch.o lib/select.o lib/errmap_unix.o \
- lib/tallocmsg.o lib/dmallocmsg.o libsmb/clisigning.o \
+ lib/tallocmsg.o lib/dmallocmsg.o \
+ libsmb/clisigning.o libsmb/smb_signing.o \
lib/iconv.o lib/pam_errors.o intl/lang_tdb.o \
lib/conn_tdb.o lib/adt_tree.o lib/gencache.o \
lib/module.o lib/events.o @LIBTEVENT_OBJ0@ \