diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-29 18:14:04 -0600 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-29 12:21:03 -0600 |
commit | c4a5c61a70c52f7942232740144f9425946705af (patch) | |
tree | 9612c386dc8ef3ced66c2f5d2fe8035133590bb6 /source4/auth | |
parent | 57d62f4361822a2f8cbc9635427e4afc2fb503f5 (diff) | |
download | samba-c4a5c61a70c52f7942232740144f9425946705af.tar.gz samba-c4a5c61a70c52f7942232740144f9425946705af.tar.bz2 samba-c4a5c61a70c52f7942232740144f9425946705af.zip |
r26626: Install auth/session.h
(This used to be commit 57bf390068d36d85819dac561bdf1224db5c071b)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 4d111107a9..37581b95f3 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -6,6 +6,7 @@ include credentials/config.mk [SUBSYSTEM::auth_session] OBJ_FILES = session.o +PUBLIC_HEADERS = session.h PUBLIC_PROTO_HEADER = session_proto.h PUBLIC_DEPENDENCIES = CREDENTIALS |