summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-03-01 23:16:52 +0000
committerTheodore Tso <tytso@mit.edu>1995-03-01 23:16:52 +0000
commit7fe6f099e69a168ff30860d64bb7c5f8414ac507 (patch)
treeca86383db2656703c3bdb2de437c0d25241fd1b9 /src/aclocal.m4
parent2abfb662cc6900c7cfc5401eb6afb020a8494abb (diff)
downloadkrb5-7fe6f099e69a168ff30860d64bb7c5f8414ac507.tar.gz
krb5-7fe6f099e69a168ff30860d64bb7c5f8414ac507.tar.xz
krb5-7fe6f099e69a168ff30860d64bb7c5f8414ac507.zip
acconfig.h: Add HAS_LABS defintiion
aclocal.m4 (KRB_INCLUDE): Add $(SRCTOP)/include/krb5 so that it builds when the build tree != the source tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5044 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/aclocal.m4')
-rw-r--r--src/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 125e795070..54fe0a507c 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -492,7 +492,7 @@ dnl
dnl local includes are used -- KRB_INCLUDE
dnl
define(KRB_INCLUDE,[
-ADD_DEF([-I$(SRCTOP)/include -I$(BUILDTOP)/include -I$(BUILDTOP)/include/krb5])dnl
+ADD_DEF([-I$(SRCTOP)/include -I$(BUILDTOP)/include -I$(SRCTOP)/include/krb5 -I$(BUILDTOP)/include/krb5])dnl
])dnl
dnl
dnl ISODE/pepsy includes are used -- ISODE_INCLUDE