summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/headermap.txt1
-rw-r--r--source4/lib/util/config.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt
index ce42492cd6..3f17ee55b8 100644
--- a/source4/headermap.txt
+++ b/source4/headermap.txt
@@ -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
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index 702e3df5aa..a20f9d5dc6 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -3,6 +3,7 @@
#SO_VERSION = 0
#DESCRIPTION = Generic utility functions
PUBLIC_HEADERS = util.h \
+ attr.h \
byteorder.h \
data_blob.h \
debug.h \