Bruno BELANYI
1cb15360c4
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.
9 lines
117 B
Makefile
9 lines
117 B
Makefile
NULL =
|
|
|
|
# Extra files to include in 'make dist'
|
|
EXTRA_DIST = \
|
|
bootstrap \
|
|
$(NULL)
|
|
|
|
include %D%/src/local.am
|