summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-24 16:50:19 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-25 01:47:21 +0200
commit1fa7300037447c6e01438509343afd2e186f066c (patch)
treeae43db5a1119165a8fac148583e520d1018c4011 /source3/Makefile.in
parentaa2e5cea1c69c5417eec9734b70c0f63fb244d7e (diff)
downloadsamba-1fa7300037447c6e01438509343afd2e186f066c.tar.gz
samba-1fa7300037447c6e01438509343afd2e186f066c.tar.bz2
samba-1fa7300037447c6e01438509343afd2e186f066c.zip
libcli/smb: move smb_signing.[ch] to the toplevel
metze
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 6f216c67b8..c303fe99a5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -463,7 +463,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
lib/substitute.o lib/substitute_generic.o ../lib/util/substitute.o lib/dbwrap/dbwrap_util.o \
lib/ms_fnmatch.o ../lib/util/ms_fnmatch.o lib/errmap_unix.o ../libcli/util/errmap_unix.o \
lib/tallocmsg.o lib/dmallocmsg.o \
- libsmb/smb_signing.o \
+ ../libcli/smb/smb_signing.o \
../lib/util/charset/iconv.o ../lib/util/charset/weird.o \
../lib/util/charset/charset_macosxfs.o intl/lang_tdb.o \
lib/conn_tdb.o lib/adt_tree.o lib/gencache.o \