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

@ -3,6 +3,7 @@ include $(top_srcdir)/utils/glib-tap.mk
PACKAGE_STRING=fe-common/core
AM_CPPFLAGS = \
-I$(top_builddir) \
$(GLIB_CFLAGS)
test_programs = test-formats

View file

@ -3,6 +3,7 @@ include $(top_srcdir)/utils/glib-tap.mk
PACKAGE_STRING=fe-text
AM_CPPFLAGS = \
-I$(top_builddir) \
$(GLIB_CFLAGS)
test_programs = test-paste-join-multiline

View file

@ -3,6 +3,7 @@ include $(top_srcdir)/utils/glib-tap.mk
PACKAGE_STRING=irc/core
AM_CPPFLAGS = \
-I$(top_builddir) \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
$(GLIB_CFLAGS)

View file

@ -3,6 +3,7 @@ include $(top_srcdir)/utils/glib-tap.mk
PACKAGE_STRING=irc/flood
AM_CPPFLAGS = \
-I$(top_builddir) \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
$(GLIB_CFLAGS)