summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-03-30 17:49:01 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-03-30 12:17:05 +0200
commita64958a8805b6ef1758293697e63309d3ddbe4ae (patch)
tree325ced3f0b6910c7761a2ddd9a6500493c2c0a87 /source3/Makefile.in
parent48d0abe0b50b4e0414f5dcb46aae2a4b5bfaac7e (diff)
downloadsamba-a64958a8805b6ef1758293697e63309d3ddbe4ae.tar.gz
samba-a64958a8805b6ef1758293697e63309d3ddbe4ae.tar.bz2
samba-a64958a8805b6ef1758293697e63309d3ddbe4ae.zip
lib/util Move base64 functions into lib/util/base64.c
Andrew Bartlett
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 15279ee039..05843efd63 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -450,7 +450,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/access.o lib/smbrun.o \
lib/bitmap.o lib/dprintf.o $(UTIL_REG_OBJ) \
lib/wins_srv.o \
- lib/util_str.o lib/util_sid.o \
+ lib/util_str.o ../lib/util/base64.o lib/util_sid.o \
lib/util_unistr.o ../lib/util/charset/codepoints.o ../lib/util/charset/util_str.o lib/util_file.o \
lib/util.o lib/util_names.o \
lib/util_sock.o lib/sock_exec.o lib/util_sec.o \