From 001ad99baf58d7a5fae1c079dcf1745e96892756 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Sep 2002 22:29:06 +0000 Subject: [PATCH] add INCLUDE_des to cflags git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11425 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/krb5-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/krb5-config.in b/tools/krb5-config.in index 471448848..12edd1522 100755 --- a/tools/krb5-config.in +++ b/tools/krb5-config.in @@ -104,7 +104,7 @@ if test "$do_libs" = "yes"; then echo $lib_flags fi if test "$do_cflags" = "yes"; then - echo "-I${includedir}" + echo "-I${includedir} @INCLUDE_des@" fi exit 0