mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
configure automake with nostdinc
the current directoryh won't be added to the compiler's -I path
This commit is contained in:
parent
c108cae02f
commit
e7f3946583
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) \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
irssi_fuzz_DEPENDENCIES = @COMMON_LIBS@
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ bin_PROGRAMS = theme-load-fuzz
|
|||
CCLD=$(CXX) $(CXXFLAGS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
LDADD = \
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ bin_PROGRAMS = event-get-params-fuzz
|
|||
CCLD=$(CXX) $(CXXFLAGS)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
$(GLIB_CFLAGS)
|
||||
|
||||
LDADD = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue