diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 01:29:12 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 01:29:12 +0100 |
commit | ce67cf04564fa94bb5d6e8bc0dd3ee3b97e95e92 (patch) | |
tree | 6cc3dbfc75c5391d9377088bb435420860c68249 /lib | |
parent | 72a1e3acfa5789134a28fb0609bc88b25c0e0b15 (diff) | |
download | samba-ce67cf04564fa94bb5d6e8bc0dd3ee3b97e95e92.tar.gz samba-ce67cf04564fa94bb5d6e8bc0dd3ee3b97e95e92.tar.bz2 samba-ce67cf04564fa94bb5d6e8bc0dd3ee3b97e95e92.zip |
Install additional libutil headers.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/config.mk b/lib/util/config.mk index 61e193b0c4..22f22b5771 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] |