summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-16 17:51:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:31 -0500
commit83d8fd3dcfb326354173b585905c4438405d2a74 (patch)
tree0e89229c1774e75074d799b58f5f7057e3f7027c /source4/auth/config.mk
parent3709d6b8e33496fee568035b09f49c8ef907a3ef (diff)
downloadsamba-83d8fd3dcfb326354173b585905c4438405d2a74.tar.gz
samba-83d8fd3dcfb326354173b585905c4438405d2a74.tar.bz2
samba-83d8fd3dcfb326354173b585905c4438405d2a74.zip
r14484: Install more headers
(This used to be commit 430c6516d383bfd7f27287394bf8eef9f174b3e6)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index a64ceb5da1..4f9ed1a52d 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -69,7 +69,8 @@ OBJ_FILES = pam_errors.o
#######################
# Start SUBSYSTEM auth
[SUBSYSTEM::auth]
-PRIVATE_PROTO_HEADER = auth_proto.h
+PUBLIC_HEADERS = auth.h
+PUBLIC_PROTO_HEADER = auth_proto.h
OBJ_FILES = \
auth.o \
auth_util.o \