r25447: Fix installation of headers. Patch by Brad Hards.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 1 Oct 2007 18:58:38 +0000 (18:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:35 +0000 (15:07 -0500)
(This used to be commit b1aae72420362dfda7df94e8aaab8739632195dc)

source4/headermap.txt
source4/lib/util/config.mk

index ce42492cd64dc4cfa051895a4bea26fbaaf438eb..3f17ee55b862753d5dc1fb9069b016b4afc58385 100644 (file)
@@ -4,6 +4,7 @@ lib/talloc/talloc.h: talloc.h
 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
index 702e3df5aacc24f321814d816adcf1ef4e908845..a20f9d5dc6fe7891a7f3ac652d6f51ba39e262c1 100644 (file)
@@ -3,6 +3,7 @@
 #SO_VERSION = 0
 #DESCRIPTION = Generic utility functions
 PUBLIC_HEADERS = util.h \
+                                attr.h \
                                 byteorder.h \
                                 data_blob.h \
                                 debug.h \