summaryrefslogtreecommitdiff
path: root/source4/kdc/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-24 20:45:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:20 -0500
commit82f19553144f13e88ea58d04da15aba94059505f (patch)
treeb7d5e0c99b2c9af2a7ea9d955beed252b340a055 /source4/kdc/config.mk
parentf4ad602b7023fe44e369c59a42dde947c4dba4b3 (diff)
downloadsamba-82f19553144f13e88ea58d04da15aba94059505f.tar.gz
samba-82f19553144f13e88ea58d04da15aba94059505f.tar.bz2
samba-82f19553144f13e88ea58d04da15aba94059505f.zip
r15223: Move heimdal's -I parameters from the global list of includes to
the subsystems in question (This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
Diffstat (limited to 'source4/kdc/config.mk')
-rw-r--r--source4/kdc/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/kdc/config.mk b/source4/kdc/config.mk
index 76a37be3d8..b4a98ef746 100644
--- a/source4/kdc/config.mk
+++ b/source4/kdc/config.mk
@@ -14,11 +14,12 @@ PUBLIC_DEPENDENCIES = \
#######################
# Start SUBSYSTEM KDC
[SUBSYSTEM::HDB_LDB]
+EXTRA_CFLAGS = -Iheimdal/kdc
OBJ_FILES = \
hdb-ldb.o \
pac-glue.o
PUBLIC_DEPENDENCIES = \
- ldb KERBEROS_LIB HEIMDAL_HDB auth_sam
+ ldb KERBEROS_LIB HEIMDAL_HDB auth_sam
# End SUBSYSTEM KDC
#######################