configure automake with nostdinc

the current directoryh won't be added to the compiler's -I path
This commit is contained in:
Ailin Nemui 2021-02-02 00:24:34 +01:00
commit e7f3946583
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) \
$(GLIB_CFLAGS) \
-DSCRIPTDIR=\""$(datadir)/irssi/scripts"\" \
-DPERL_USE_LIB=\""$(PERL_USE_LIB)"\" \