mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-20 00:10:43 -05:00
Use -include directive to always include config.h
This commit is contained in:
parent
893c65ce3f
commit
15c46a397e
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ BUILD_LIBS = @BUILD_LIBS@
|
|||
.SUFFIXES:
|
||||
.SUFFIXES: .c .@O@
|
||||
|
||||
ALWAYS_INCLUDES = -I${top_builddir} -I${top_srcdir}
|
||||
ALWAYS_INCLUDES = -include ${top_builddir}/config.h -I${top_builddir} -I${top_srcdir}
|
||||
ALWAYS_DEFINES = @ALWAYS_DEFINES@
|
||||
ALWAYS_WARNINGS =
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue