svn commit: samba r25447 - in branches/SAMBA_4_0: . source source/lib/util

jelmer at samba.org jelmer at samba.org
Mon Oct 1 18:58:42 GMT 2007


Author: jelmer
Date: 2007-10-01 18:58:38 +0000 (Mon, 01 Oct 2007)
New Revision: 25447

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

Log:
Fix installation of headers. Patch by Brad Hards.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/headermap.txt
   branches/SAMBA_4_0/source/lib/util/config.mk


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/headermap.txt
===================================================================
--- branches/SAMBA_4_0/source/headermap.txt	2007-10-01 18:52:55 UTC (rev 25446)
+++ branches/SAMBA_4_0/source/headermap.txt	2007-10-01 18:58:38 UTC (rev 25447)
@@ -4,6 +4,7 @@
 lib/util/util.h: util.h
 lib/util/debug.h: util/debug.h
 lib/util/mutex.h: util/mutex.h
+lib/util/attr.h: util/attr.h
 lib/util/byteorder.h: util/byteorder.h
 lib/util/safe_string.h: util/safe_string.h
 lib/util/xfile.h: util/xfile.h

Modified: branches/SAMBA_4_0/source/lib/util/config.mk
===================================================================
--- branches/SAMBA_4_0/source/lib/util/config.mk	2007-10-01 18:52:55 UTC (rev 25446)
+++ branches/SAMBA_4_0/source/lib/util/config.mk	2007-10-01 18:58:38 UTC (rev 25447)
@@ -3,6 +3,7 @@
 #SO_VERSION = 0
 #DESCRIPTION = Generic utility functions
 PUBLIC_HEADERS = util.h \
+				 attr.h \
 				 byteorder.h \
 				 data_blob.h \
 				 debug.h \



More information about the samba-cvs mailing list