diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-01 18:58:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:35 -0500 |
commit | 14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8 (patch) | |
tree | 249a60e1a4eb3b8b5850ad8b6f12a0dc86f4e832 | |
parent | 2f3551ca7cee59d4d053cceb87abdf1da1b3a1ad (diff) | |
download | samba-14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8.tar.gz samba-14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8.tar.bz2 samba-14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8.zip |
r25447: Fix installation of headers. Patch by Brad Hards.
(This used to be commit b1aae72420362dfda7df94e8aaab8739632195dc)
-rw-r--r-- | source4/headermap.txt | 1 | ||||
-rw-r--r-- | source4/lib/util/config.mk | 1 |
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 \ |