]> www.infradead.org Git - mtd-utils.git/commit
Remove headers from EXTRA_DIST
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Mon, 19 Oct 2020 09:12:56 +0000 (11:12 +0200)
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>
Wed, 20 Jan 2021 10:53:51 +0000 (11:53 +0100)
commitc41808cdc3a2c3c8ca5f73707745f48aae49e17e
treea66e9aa9335d8f08ed3f451c937be1caceeb6d2f
parent54d68799b73e755923def1306b4da607ad45bd60
Remove headers from EXTRA_DIST

This commit removes the C header files from the EXTRA_DIST variables
and instead assigns them to the SOURCE variable of the respective
components they belong to.

This takes care of having them distributed in the release tar ball and
helps with dependency tracking a little.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
12 files changed:
Makefile.am
jffsX-utils/Makemodule.am
lib/Makemodule.am
misc-utils/Makemodule.am
nand-utils/Makemodule.am
nor-utils/Makemodule.am
tests/checkfs/Makemodule.am
tests/fs-tests/Makemodule.am
tests/ubi-tests/Makemodule.am
tests/unittests/Makemodule.am
ubi-utils/Makemodule.am
ubifs-utils/Makemodule.am