From 3efa1c9caf34e83484baab9ce7f5490b1b5d763c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 23 Feb 2008 15:02:39 +0000 Subject: [PATCH] Make DEFAULT_INCLUDES work better, avoid picking up the wrong headerfiles. $(top_builddir)/include vs ${builddir}. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22622 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/Makefile.am.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cf/Makefile.am.common b/cf/Makefile.am.common index 516ca988c..af48a4c07 100644 --- a/cf/Makefile.am.common +++ b/cf/Makefile.am.common @@ -2,7 +2,9 @@ SUFFIXES = .et .h -AM_CPPFLAGS = -I$(top_builddir)/include $(INCLUDES_roken) +DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include + +AM_CPPFLAGS = $(INCLUDES_roken) if do_roken_rename ROKEN_RENAME = -DROKEN_RENAME