From 14da63dbd33c21602d9ca3ccd68a9a7beea6a1d8 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 1 Oct 2007 18:58:38 +0000 Subject: r25447: Fix installation of headers. Patch by Brad Hards. (This used to be commit b1aae72420362dfda7df94e8aaab8739632195dc) --- source4/headermap.txt | 1 + source4/lib/util/config.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'source4') 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 \ -- cgit