summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-27 16:38:40 +0200
committerGünther Deschner <gd@samba.org>2010-04-27 16:42:15 +0200
commit6864828d9d85dacff0ca9df73761a98d2ceb9f2e (patch)
treeb37f68f3310dc302941e8ebafcc2fc5c791bf7c9 /source3/Makefile.in
parenta833be0c4e44135e4f45b3d460586762da04cf32 (diff)
downloadsamba-6864828d9d85dacff0ca9df73761a98d2ceb9f2e.tar.gz
samba-6864828d9d85dacff0ca9df73761a98d2ceb9f2e.tar.bz2
samba-6864828d9d85dacff0ca9df73761a98d2ceb9f2e.zip
s3: use shared registry functions.
Guenther
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 5551ee4510..4721463ed4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -561,7 +561,7 @@ LIBMSRPC_GEN_OBJ = ../librpc/gen_ndr/cli_lsa.o \
#
# registry-related objects
#
-UTIL_REG_OBJ = lib/util_reg.o
+UTIL_REG_OBJ = ../libcli/registry/util_reg.o
UTIL_REG_API_OBJ = lib/util_reg_api.o
REG_INIT_BASIC_OBJ = registry/reg_init_basic.o