mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Merge pull request #1268 from ailin-nemui/nostdinc
configure automake with nostdinc
(cherry picked from commit 95f131da2d)
This commit is contained in:
parent
c72ff03d9c
commit
ef124d7378
23 changed files with 24 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ bin_PROGRAMS = irssi-fuzz server-fuzz
|
|||
CCLD=$(CXX) $(CXXFLAGS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core/ \
|
||||
-I$(top_srcdir)/src/irc/core/ \
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ bin_PROGRAMS = theme-load-fuzz
|
|||
CCLD=$(CXX) $(CXXFLAGS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core/ \
|
||||
-I$(top_srcdir)/src/irc/core/ \
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ bin_PROGRAMS = event-get-params-fuzz
|
|||
CCLD=$(CXX) $(CXXFLAGS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_srcdir)/src/core/ \
|
||||
-I$(top_srcdir)/src/irc/core/ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue