[patch] install attr.h header
Brad Hards
bradh at frogmouth.net
Mon Oct 1 10:41:28 GMT 2007
G'day,
Samba 4 installs a range of headers, including %prefix/include/util.h.
That header (around line 36) includes util/attr.h, which isn't installed.
This patch just makes sure that util/attr.h is installed. Please apply.
Brad
Index: source/lib/util/config.mk
===================================================================
--- source/lib/util/config.mk (revision 25440)
+++ source/lib/util/config.mk (working copy)
@@ -3,6 +3,7 @@
#SO_VERSION = 0
#DESCRIPTION = Generic utility functions
PUBLIC_HEADERS = util.h \
+ attr.h \
byteorder.h \
data_blob.h \
debug.h \
Index: source/headermap.txt
===================================================================
--- source/headermap.txt (revision 25440)
+++ source/headermap.txt (working copy)
@@ -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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20071001/02558cfa/attachment.bin
More information about the samba-technical
mailing list