r9602: Add support for reading share_info.tdb and smb.conf.
[sfrench/samba-autobuild/.git] / source4 / lib / samba3 / config.mk
index 15802d3b8ed2719e507ac8a3bf457803be405cba..79142e4f67e6721f871e1f4cf89bece4b92f8730 100644 (file)
@@ -1,13 +1,18 @@
 ################################################
 # Start SUBSYSTEM LIBSAMBA3
 [SUBSYSTEM::LIBSAMBA3]
-INIT_OBJ_FILES = \
+ADD_OBJ_FILES = \
                lib/samba3/smbpasswd.o \
                lib/samba3/tdbsam.o \
                lib/samba3/policy.o \
                lib/samba3/idmap.o \
-               lib/samba3/winsdb.o
-#              lib/samba3/secrets.o
+               lib/samba3/winsdb.o \
+               lib/samba3/samba3.o \
+               lib/samba3/group.o \
+               lib/samba3/registry.o \
+               lib/samba3/secrets.o \
+               lib/samba3/ldb_samba3.o \
+               lib/samba3/share_info.o
 # End SUBSYSTEM LIBSAMBA3
 ################################################