svn commit: samba r14535 - in branches/SAMBA_4_0/source: .

jelmer at samba.org jelmer at samba.org
Sat Mar 18 02:42:56 GMT 2006


Author: jelmer
Date: 2006-03-18 02:42:55 +0000 (Sat, 18 Mar 2006)
New Revision: 14535

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

Log:
Fix header installation
Modified:
   branches/SAMBA_4_0/source/headermap.txt
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/headermap.txt
===================================================================
--- branches/SAMBA_4_0/source/headermap.txt	2006-03-17 21:24:24 UTC (rev 14534)
+++ branches/SAMBA_4_0/source/headermap.txt	2006-03-18 02:42:55 UTC (rev 14535)
@@ -64,10 +64,11 @@
 libcli/ldap/ldap_proto.h: ldap_proto.h
 torture/torture.h: torture.h
 torture/proto.h: torture/proto.h
+torture/util.h: torture/util.h
 libcli/libcli.h: client.h
 libcli/libcli_proto.h: client/proto.h
 librpc/gen_ndr/nbt.h: gen_ndr/nbt.h
 librpc/gen_ndr/svcctl.h: gen_ndr/nbt.h
 lib/cmdline/popt_common.h: samba/popt.h
 include/dlinklist.h: dlinklist.h
-include/version.h: samba/version.h
+version.h: samba/version.h

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-03-17 21:24:24 UTC (rev 14534)
+++ branches/SAMBA_4_0/source/main.mk	2006-03-18 02:42:55 UTC (rev 14535)
@@ -34,7 +34,7 @@
 
 DEFAULT_HEADERS = $(srcdir)/include/core.h \
 				  $(srcdir)/include/dlinklist.h \
-				  $(srcdir)/include/version.h
+				  $(srcdir)/version.h
 
 binaries: $(BINARIES)
 libraries: $(STATIC_LIBS) $(SHARED_LIBS)



More information about the samba-cvs mailing list