diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Makefile.in b/cmd/Makefile.in index 9ae0f0d51..375fb6815 100644 --- a/cmd/Makefile.in +++ b/cmd/Makefile.in @@ -198,7 +198,8 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -DEFAULT_INCLUDES = -I${top_srcdir} -I${top_srcdir}/lib +DEFAULT_INCLUDES = -include ${top_srcdir}/spl_config.h \ + -I${top_srcdir}/lib AM_CFLAGS = -Wall -Wstrict-prototypes -Werror -Wshadow \ -D__USE_LARGEFILE64 spl_SOURCES = spl.c |