diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-17 13:55:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:35 -0500 |
commit | 5b0051e0325aea7e46715aa61bba0a1dc025132c (patch) | |
tree | b3878a49f922a4e5c1fe801efd973722b3f88f89 /source4/librpc | |
parent | 66b2ed2866ae994fd4f48b568a2e8328de6015a0 (diff) | |
download | samba-5b0051e0325aea7e46715aa61bba0a1dc025132c.tar.gz samba-5b0051e0325aea7e46715aa61bba0a1dc025132c.tar.bz2 samba-5b0051e0325aea7e46715aa61bba0a1dc025132c.zip |
r14511: Install more headers
(This used to be commit e1f896948fad8cf5a1aec300865c250c5721ee7d)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index c886c81486..f9286736ef 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -201,6 +201,7 @@ REQUIRED_SUBSYSTEMS = LIBNDR NDR_SVCCTL [LIBRARY::NDR_SVCCTL] VERSION = 0.0.1 +PUBLIC_HEADERS = gen_ndr/svcctl.h SO_VERSION = 0 DESCRIPTION = OBJ_FILES = gen_ndr/ndr_svcctl.o @@ -409,6 +410,7 @@ VERSION = 0.0.1 SO_VERSION = 0 DESCRIPTION = OBJ_FILES = gen_ndr/ndr_nbt.o +PUBLIC_HEADERS = gen_ndr/nbt.h REQUIRED_SUBSYSTEMS = LIBNDR NDR_MISC NDR_NBT_BUF NDR_SVCCTL [LIBRARY::NDR_WINSREPL] |