From c9f69f1436cb02567f679b8461e9cb0dfbd5cddc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 30 Oct 2008 23:19:51 +0100 Subject: Fix installation of Samba 4 during merged build. --- source4/lib/registry/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/config.mk') diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index fd1fd01a09..2e2b45abe9 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -109,6 +109,6 @@ PUBLIC_DEPENDENCIES = registry swig_registry_OBJ_FILES = $(libregistrysrcdir)/registry_wrap.o -$(eval $(call python_py_module_template,samba/registry.py,lib/registry/registry.py)) +$(eval $(call python_py_module_template,samba/registry.py,$(libregistrysrcdir)/registry.py)) $(swig_registry_OBJ_FILES): CFLAGS+=$(CFLAG_NO_UNUSED_MACROS) $(CFLAG_NO_CAST_QUAL) -- cgit