]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
net_registry: fix build/linking of net_registry.
authorMichael Adam <obnox@samba.org>
Fri, 4 Apr 2008 10:59:21 +0000 (12:59 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 8 May 2008 15:44:04 +0000 (17:44 +0200)
Michael

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 6acb709ed872c3864fde48eb396e7b9c3103c070)

source/Makefile.in

index 2ab8969e2d8fb7062007f398a02aa7e58f22257f..dd98db12e2c647c6f17a383389bed433fd21f9f1 100644 (file)
@@ -464,6 +464,7 @@ LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_lsa.o \
 UTIL_REG_OBJ = lib/util_reg.o
 UTIL_REG_API_OBJ = lib/util_reg_api.o
 
+REG_INIT_BASIC_OBJ = registry/reg_init_basic.o
 REG_INIT_SMBCONF_OBJ = registry/reg_init_smbconf.o
 REG_INIT_FULL_OBJ = registry/reg_init_full.o
 
@@ -492,7 +493,8 @@ REG_BASE_OBJ = registry/reg_api.o \
               registry/reg_util.o \
               $(UTIL_REG_API_OBJ) \
               lib/util_nttoken.o \
-              $(REG_BACKENDS_BASE_OBJ)
+              $(REG_BACKENDS_BASE_OBJ) \
+              $(REG_INIT_BASIC_OBJ)
 
 REG_SMBCONF_OBJ = $(REG_BASE_OBJ) \
                  $(REG_BACKENDS_SMBCONF_OBJ) \