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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user