summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
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/gensec
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/gensec')
-rw-r--r--source4/auth/gensec/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk
index 814ffbc1c0..b60f039284 100644
--- a/source4/auth/gensec/config.mk
+++ b/source4/auth/gensec/config.mk
@@ -4,7 +4,6 @@
PC_FILE = gensec.pc
VERSION = 0.0.1
SO_VERSION = 0
-PUBLIC_HEADERS = gensec.h spnego.h
PRIVATE_PROTO_HEADER = gensec_proto.h
OBJ_FILES = gensec.o socket.o
PUBLIC_DEPENDENCIES = \
@@ -12,6 +11,8 @@ PUBLIC_DEPENDENCIES = \
# End SUBSYSTEM gensec
#################################
+PUBLIC_HEADERS += $(addprefix auth/gensec/, gensec.h spnego.h)
+
################################################
# Start MODULE gensec_krb5
[MODULE::gensec_krb5]