diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-16 17:51:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:31 -0500 |
commit | 83d8fd3dcfb326354173b585905c4438405d2a74 (patch) | |
tree | 0e89229c1774e75074d799b58f5f7057e3f7027c /source4/lib | |
parent | 3709d6b8e33496fee568035b09f49c8ef907a3ef (diff) | |
download | samba-83d8fd3dcfb326354173b585905c4438405d2a74.tar.gz samba-83d8fd3dcfb326354173b585905c4438405d2a74.tar.bz2 samba-83d8fd3dcfb326354173b585905c4438405d2a74.zip |
r14484: Install more headers
(This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/tdr/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/util/config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/tdr/config.mk b/source4/lib/tdr/config.mk index 8aa3f85056..4160ad1ce9 100644 --- a/source4/lib/tdr/config.mk +++ b/source4/lib/tdr/config.mk @@ -3,5 +3,5 @@ PUBLIC_HEADERS = tdr.h VERSION = 0.0.1 SO_VERSION = 0.0.1 DESCRIPTION = Simple marshall/unmarshall library -PRIVATE_PROTO_HEADER = tdr_proto.h +PUBLIC_PROTO_HEADER = tdr_proto.h OBJ_FILES = tdr.o diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk index 9740de2020..e4a3784a91 100644 --- a/source4/lib/util/config.mk +++ b/source4/lib/util/config.mk @@ -2,7 +2,7 @@ VERSION = 0.0.1 SO_VERSION = 0.0.1 DESCRIPTION = Generic utility functions -PRIVATE_PROTO_HEADER = util_proto.h +PUBLIC_PROTO_HEADER = util_proto.h PUBLIC_HEADERS = util.h \ byteorder.h \ debug.h \ |