From 882bc0a19efd6cb49c50b4f4dfa668c9ba60f2d2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 25 Apr 2006 21:03:05 +0000 Subject: r15253: Fix dependency on tdr_regf.h (This used to be commit 31819f5411e30199198c334701176ba3bdf258d5) --- source4/lib/registry/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index e31a775a3c..2f80716fd2 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -16,6 +16,7 @@ PUBLIC_DEPENDENCIES = TDR OBJ_FILES = tdr_regf.o # Special support for external builddirs +lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c $(srcdir)/lib/registry/reg_backend_nt4.c: lib/registry/tdr_regf.c lib/registry/tdr_regf.h: lib/registry/tdr_regf.c lib/registry/tdr_regf.c: $(srcdir)/lib/registry/regf.idl -- cgit