diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 17:17:52 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-26 17:17:52 +0100 |
commit | c5d77a1c2414d930ccbedbe05e124df69242a144 (patch) | |
tree | c3bf3584c74074a02975d6b380633dcb055f575f /source4/auth/credentials | |
parent | e8c62dc6dab064d58cc41d6a9e6184ceafa9bf06 (diff) | |
download | samba-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/credentials')
-rw-r--r-- | source4/auth/credentials/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/credentials/config.mk b/source4/auth/credentials/config.mk index a81a5184f6..ef8db50109 100644 --- a/source4/auth/credentials/config.mk +++ b/source4/auth/credentials/config.mk @@ -2,7 +2,6 @@ # Start SUBSYSTEM CREDENTIALS [SUBSYSTEM::CREDENTIALS] PRIVATE_PROTO_HEADER = credentials_proto.h -PUBLIC_HEADERS = credentials.h credentials_krb5.h OBJ_FILES = credentials.o \ credentials_files.o \ credentials_ntlm.o \ @@ -13,6 +12,8 @@ PUBLIC_DEPENDENCIES = \ PRIVATE_DEPENDENCIES = \ SECRETS +PUBLIC_HEADERS += $(addprefix auth/credentials/, credentials.h credentials_krb5.h) + [PYTHON::swig_credentials] PUBLIC_DEPENDENCIES = CREDENTIALS LIBCMDLINE_CREDENTIALS SWIG_FILE = credentials.i |