From ce67cf04564fa94bb5d6e8bc0dd3ee3b97e95e92 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 1 Nov 2008 01:29:12 +0100 Subject: [PATCH] Install additional libutil headers. --- lib/util/config.mk | 2 ++ source4/headermap.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lib/util/config.mk b/lib/util/config.mk index 61e193b0c41..22f22b5771b 100644 --- a/lib/util/config.mk +++ b/lib/util/config.mk @@ -34,10 +34,12 @@ PUBLIC_HEADERS += $(addprefix $(libutilsrcdir)/, util.h \ byteorder.h \ data_blob.h \ debug.h \ + memory.h \ mutex.h \ safe_string.h \ time.h \ util_ldb.h \ + talloc_stack.h \ xfile.h) [SUBSYSTEM::ASN1_UTIL] diff --git a/source4/headermap.txt b/source4/headermap.txt index 4574a66a7b9..5f57be03837 100644 --- a/source4/headermap.txt +++ b/source4/headermap.txt @@ -6,6 +6,8 @@ ../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/memory.h: util/memory.h +../lib/util/talloc_stack.h: util/talloc_stack.h ../lib/util/xfile.h: util/xfile.h lib/tdr/tdr.h: tdr.h librpc/rpc/dcerpc.h: dcerpc.h -- 2.11.4.GIT