summaryrefslogtreecommitdiff
path: root/source4/lib/registry/config.mk
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-27 16:37:56 +0200
committerGünther Deschner <gd@samba.org>2010-04-27 16:42:15 +0200
commita833be0c4e44135e4f45b3d460586762da04cf32 (patch)
tree16aa6654051c1488dc562a4ed0e2269c267bf972 /source4/lib/registry/config.mk
parentee1b8e5edeecd5a6a3526e88265a5ad28522a45d (diff)
downloadsamba-a833be0c4e44135e4f45b3d460586762da04cf32.tar.gz
samba-a833be0c4e44135e4f45b3d460586762da04cf32.tar.bz2
samba-a833be0c4e44135e4f45b3d460586762da04cf32.zip
s4: use shared registry functions.
Guenther
Diffstat (limited to 'source4/lib/registry/config.mk')
-rw-r--r--source4/lib/registry/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk
index adf26b275f..9ff917f75a 100644
--- a/source4/lib/registry/config.mk
+++ b/source4/lib/registry/config.mk
@@ -30,7 +30,8 @@ registry_SOVERSION = 0
registry_OBJ_FILES = $(addprefix $(libregistrysrcdir)/, interface.o util.o samba.o \
patchfile_dotreg.o patchfile_preg.o patchfile.o regf.o \
- hive.o local.o ldb.o dir.o rpc.o)
+ hive.o local.o ldb.o dir.o rpc.o) \
+ ../libcli/registry/util_reg.o
PUBLIC_HEADERS += $(libregistrysrcdir)/registry.h