svn commit: samba r15253 - in branches/SAMBA_4_0/source/lib/registry: .

jelmer at samba.org jelmer at samba.org
Tue Apr 25 21:03:05 GMT 2006


Author: jelmer
Date: 2006-04-25 21:03:05 +0000 (Tue, 25 Apr 2006)
New Revision: 15253

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15253

Log:
Fix dependency on tdr_regf.h

Modified:
   branches/SAMBA_4_0/source/lib/registry/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/config.mk	2006-04-25 20:43:45 UTC (rev 15252)
+++ branches/SAMBA_4_0/source/lib/registry/config.mk	2006-04-25 21:03:05 UTC (rev 15253)
@@ -16,6 +16,7 @@
 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



More information about the samba-cvs mailing list