summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-06-07 12:45:51 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-06-07 12:45:51 +0000
commit39d0a1b832793b18c3790482a2240171e31017c7 (patch)
tree2f4b1b0b2d22336425204673de9a0552bd907048 /source3/Makefile.in
parentc3513e2aaadc8dfbf9749c76318afffcfebce675 (diff)
downloadsamba-39d0a1b832793b18c3790482a2240171e31017c7.tar.gz
samba-39d0a1b832793b18c3790482a2240171e31017c7.tar.bz2
samba-39d0a1b832793b18c3790482a2240171e31017c7.zip
Move the code from lib/util_sid.c that deals with the global_sam_sid into
a file that is linked with the passdb. This is to avoid linking insanity when this global becomes a self-initing function. (This used to be commit 743afd96cb54b4966e3afad11ea987f968b98651)
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 aac1926a0f..1ad9883bba 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -194,7 +194,7 @@ LOCKING_OBJ = locking/locking.o locking/brlock.o locking/posix.o
PASSDB_OBJ = passdb/passdb.o passdb/pdb_interface.o passdb/pdb_get_set.o \
passdb/machine_sid.o passdb/pdb_smbpasswd.o \
passdb/pdb_tdb.o passdb/pdb_ldap.o passdb/pdb_plugin.o \
- passdb/pdb_nisplus.o passdb/pdb_unix.o
+ passdb/pdb_nisplus.o passdb/pdb_unix.o passdb/util_sam_sid.o
GROUPDB_OBJ = groupdb/mapping.o