summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-26 17:17:52 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-26 17:17:52 +0100
commitc5d77a1c2414d930ccbedbe05e124df69242a144 (patch)
treec3bf3584c74074a02975d6b380633dcb055f575f /source4/auth/config.mk
parente8c62dc6dab064d58cc41d6a9e6184ceafa9bf06 (diff)
downloadsamba-c5d77a1c2414d930ccbedbe05e124df69242a144.tar.gz
samba-c5d77a1c2414d930ccbedbe05e124df69242a144.tar.bz2
samba-c5d77a1c2414d930ccbedbe05e124df69242a144.zip
Move public header accumulation out of the perl code.
(This used to be commit 89f7c74924965071981bbe7e05ff69847b0a3a03)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 4263a10df7..369c5bb4e6 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -6,10 +6,11 @@ mkinclude credentials/config.mk
[SUBSYSTEM::auth_session]
OBJ_FILES = session.o
-PUBLIC_HEADERS = session.h
PRIVATE_PROTO_HEADER = session_proto.h
PUBLIC_DEPENDENCIES = CREDENTIALS
+PUBLIC_HEADERS += auth/session.h
+
[SUBSYSTEM::auth_system_session]
OBJ_FILES = system_session.o
PRIVATE_PROTO_HEADER = system_session_proto.h
@@ -81,7 +82,6 @@ OBJ_FILES = pam_errors.o
[SUBSYSTEM::auth]
#VERSION = 0.0.1
#SO_VERSION = 0
-PUBLIC_HEADERS = auth.h
PRIVATE_PROTO_HEADER = auth_proto.h
OBJ_FILES = \
auth.o \
@@ -92,6 +92,8 @@ PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL
# End SUBSYSTEM auth
#######################
+PUBLIC_HEADERS += auth/auth.h
+
[PYTHON::swig_auth]
PUBLIC_DEPENDENCIES = auth_system_session
PRIVATE_DEPENDENCIES = SAMDB