aboutsummaryrefslogtreecommitdiff
path: root/src/config/pre.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-09-14 15:22:11 +0000
committerGreg Hudson <ghudson@mit.edu>2011-09-14 15:22:11 +0000
commit1ccb4677821c46c4fac6554ccef2cb3ca481f492 (patch)
tree5c2a206e640bc38ebde4e376b6f675f300e3e1dd /src/config/pre.in
parentb41978c1b227dab6337cdaa34002e51d1b708d5a (diff)
downloadkrb5-1ccb4677821c46c4fac6554ccef2cb3ca481f492.zip
krb5-1ccb4677821c46c4fac6554ccef2cb3ca481f492.tar.gz
krb5-1ccb4677821c46c4fac6554ccef2cb3ca481f492.tar.bz2
Fix verto-k5ev.h dependencies for system libverto
When we build with the internal verto, we include verto-k5ev.h in order to create loops. When we build with the system verto, we don't include that header file. Add depfix logic and pre.in variables to avoid depending on verto-k5ev.h for a system verto build. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25173 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/pre.in')
-rw-r--r--src/config/pre.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index 51a7fba..e009dea 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -367,6 +367,9 @@ VERTO_VERSION = @VERTO_VERSION@
VERTO_DEPS = $(VERTO_DEPS-@VERTO_VERSION@)
VERTO_DEPS-sys =
VERTO_DEPS-k5 = $(BUILDTOP)/include/verto.h
+VERTO_K5EV_DEPS = $(VERTO_K5EV_DEPS-@VERTO_VERSION@)
+VERTO_K5EV_DEPS-sys =
+VERTO_K5EV_DEPS-k5 = $(BUILDTOP)/include/verto-k5ev.h
# LIBS gets substituted in... e.g. -lnsl -lsocket