Merge pull request #1268 from ailin-nemui/nostdinc

configure automake with nostdinc

(cherry picked from commit 95f131da2d)
This commit is contained in:
ailin-nemui 2021-02-03 17:46:11 +01:00 committed by Ailin Nemui
commit ef124d7378
23 changed files with 24 additions and 1 deletions

View file

@ -15,6 +15,8 @@ perl-core.lo: irssi-core.pl.h
perl-signals.lo: perl-signals-list.h
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(builddir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/core \
-I$(top_srcdir)/src/fe-common/core \