summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-30 16:18:51 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-31 00:32:08 +0200
commit702d8d5f87f36a6b62a8ad35af62fd0e7cb20384 (patch)
tree55e1cc5fdb18930dc4d05e64e0d7b98e743f011f /source3/Makefile.in
parent3b7e1ac31c764fc2023925288783c868eb6ec31e (diff)
downloadsamba-702d8d5f87f36a6b62a8ad35af62fd0e7cb20384.tar.gz
samba-702d8d5f87f36a6b62a8ad35af62fd0e7cb20384.tar.bz2
samba-702d8d5f87f36a6b62a8ad35af62fd0e7cb20384.zip
s3-lib Move free_namearray() into it's own file
This makes it easier to have conn_smbd strictly depend on all it's dependencies. 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 eba3d8e320..7fbefda25e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -462,7 +462,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
../lib/util/base64.o lib/util_sid.o \
../lib/util/charset/util_unistr.o \
../lib/util/charset/util_unistr_w.o ../lib/util/charset/codepoints.o ../lib/util/charset/util_str.o lib/util_file.o \
- lib/util.o lib/util_cmdline.o lib/util_names.o \
+ lib/util.o lib/namearray.o lib/util_cmdline.o lib/util_names.o \
lib/util_sock.o lib/sock_exec.o lib/util_sec.o \
lib/substitute.o lib/substitute_generic.o ../lib/util/substitute.o lib/dbwrap_util.o \
lib/ms_fnmatch.o ../lib/util/ms_fnmatch.o lib/errmap_unix.o \