mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Use -include directive to always include config.h
This commit is contained in:
@@ -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 =
|
||||
|
||||
|
Reference in New Issue
Block a user