add INCLUDE_des to cflags

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11425 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-09 22:29:06 +00:00
parent 77e19bf173
commit 001ad99baf

View File

@@ -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