summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-05-17 16:25:26 +1000
committerStefan Metzmacher <metze@samba.org>2010-05-28 18:08:27 +0200
commit539ef13bfe950c7c512a4bdafd9a846c04ba5be4 (patch)
treea9f3f43930e4664dee57e8b5b4b5bfb88dd38893 /source3/Makefile.in
parent59422efca9734f7e4248f9c7df8b6b823f17999b (diff)
downloadsamba-539ef13bfe950c7c512a4bdafd9a846c04ba5be4.tar.gz
samba-539ef13bfe950c7c512a4bdafd9a846c04ba5be4.tar.bz2
samba-539ef13bfe950c7c512a4bdafd9a846c04ba5be4.zip
s3:lib split out global workgroup and netbios name functions.
Having these in their own file allows easier selective inclusion. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 2bbb3c5250..671bd8ed7e 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -398,7 +398,8 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) \
lib/wins_srv.o \
lib/util_str.o lib/clobber.o lib/util_sid.o lib/util_uuid.o \
lib/util_unistr.o lib/util_file.o \
- lib/util.o lib/util_sock.o lib/sock_exec.o lib/util_sec.o \
+ lib/util.o lib/util_names.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 \