diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 12:08:58 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:26 -0500 |
commit | 9bd7dd912124d8ffda6f9967d6ba358c16be2aa0 (patch) | |
tree | 7e3f167959a2fad63ee71dbf424b1d40c2ba0c5f /source4/libcli | |
parent | 0350f6f0609bd7463f15a5f8d7249446dffd357b (diff) | |
download | samba-9bd7dd912124d8ffda6f9967d6ba358c16be2aa0.tar.gz samba-9bd7dd912124d8ffda6f9967d6ba358c16be2aa0.tar.bz2 samba-9bd7dd912124d8ffda6f9967d6ba358c16be2aa0.zip |
r13926: More header splitups.
(This used to be commit 930daa9f416ecba1d75b8ad46bb42e336545672f)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index 71adaaa8c9..b24c44977a 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -3,7 +3,7 @@ include ldap/config.mk include security/config.mk [SUBSYSTEM::LIBCLI_UTILS] -PUBLIC_HEADERS = util/nterr.h util/doserr.h +PUBLIC_HEADERS = util/nterr.h util/doserr.h util/nt_status.h OBJ_FILES = util/asn1.o \ util/doserr.o \ util/errormap.o \ |