jitters/Makefile.am
Bruno BELANYI 1cb15360c4 build: include directory-local automake files
Since we're using recursive automake, let's use it to make the
configuration a bit easier: by including a `local.am` file for each
directory in our file hierarchy, we can reduce the amount of complexity
in each file.
2020-09-30 13:31:04 +02:00

9 lines
117 B
Makefile

NULL =
# Extra files to include in 'make dist'
EXTRA_DIST = \
bootstrap \
$(NULL)
include %D%/src/local.am