Make DEFAULT_INCLUDES work better, avoid picking up the wrong
authorLove Hörnquist Åstrand <lha@kth.se>
Sat, 23 Feb 2008 15:02:39 +0000 (15:02 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sat, 23 Feb 2008 15:02:39 +0000 (15:02 +0000)
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

index 516ca988c4fd746d27a99facaa87a6f83bdd5a1b..af48a4c07963f6de89b38089b509040ed693fdfe 100644 (file)
@@ -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