OSDN Git Service

Modified so the header files in the subdirectories can be found in the compilations...
authorEric Branlund <ebranlund@fastmail.com>
Tue, 18 Aug 2020 18:54:07 +0000 (11:54 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Tue, 18 Aug 2020 18:54:07 +0000 (11:54 -0700)
commit7713e3735d4a1d2b1fce93a50b2fda4ce0908d7a
tree7af7bbd54cf90f4972ad6e28a9287b43052b996b
parented97ec4e35c88eac0f0577ee74bd8d5a08d9399a
Modified so the header files in the subdirectories can be found in the compilations performed by 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck'.

That is done by:
1) Adding nostdinc to AUTOMAKE_OPTIONS
2) Defining DEFAULT_INCLUDES to have -I$(srcdir) and -I$(top_builddir)/src (those are what it would have had without nostdinc in AUTOMAKE_OPTIONS)
3) Adding a -I$(srcdir)/<subdir> (i.e. -I$(srcdir)/world) for each of the subdirectories where there's header files that have to be found
src/Makefile.am