summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-16 13:56:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:30 -0500
commit71b4fd97922933b24424924acee606389bfecb2d (patch)
treed2e7e11e9be9736232c219a85d781f696a1fa336 /source4/kdc
parent2438b90b32716a07589ccb5d747969c2bce974de (diff)
downloadsamba-71b4fd97922933b24424924acee606389bfecb2d.tar.gz
samba-71b4fd97922933b24424924acee606389bfecb2d.tar.bz2
samba-71b4fd97922933b24424924acee606389bfecb2d.zip
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
(This used to be commit 9c37f847d32d2f327a88c53a90af0c73126b76be)
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/config.mk2
-rw-r--r--source4/kdc/heimdal_config.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk
index 8a62e8be63..b6e9bd9b6c 100644
--- a/source4/kdc/config.mk
+++ b/source4/kdc/config.mk
@@ -3,7 +3,6 @@
#######################
# Start SUBSYSTEM KDC
[SUBSYSTEM::KDC]
-NOPROTO = YES
OBJ_FILES = \
kdc.o \
kpasswdd.o
@@ -15,7 +14,6 @@ REQUIRED_SUBSYSTEMS = \
#######################
# Start SUBSYSTEM KDC
[SUBSYSTEM::HDB_LDB]
-NOPROTO = YES
OBJ_FILES = \
hdb-ldb.o \
pac-glue.o
diff --git a/source4/kdc/heimdal_config.mk b/source4/kdc/heimdal_config.mk
index 0d4ce73e40..1149c96b4b 100644
--- a/source4/kdc/heimdal_config.mk
+++ b/source4/kdc/heimdal_config.mk
@@ -334,7 +334,6 @@ OBJ_FILES = \
../heimdal/lib/roken/strsep_copy.o \
../heimdal/lib/sl/strupr.o \
../heimdal/lib/roken/strupr.o
-NOPROTO = YES
TARGET_CFLAGS = -Iheimdal/lib/krb5 -Iheimdal/kdc -Iheimdal/lib/asn1 -Iheimdal/lib/des
# End SUBSYSTEM HEIMDAL
#######################