From c41808cdc3a2c3c8ca5f73707745f48aae49e17e Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 19 Oct 2020 11:12:56 +0200 Subject: 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 --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4fdcd70..8a169fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,13 +40,10 @@ dist_man8_MANS = TESTS = EXTRA_DIST = -GLOBAL_HEADER = \ - include - GLOBAL_EXTRA = \ COPYING -EXTRA_DIST += $(GLOBAL_HEADER) $(GLOBAL_EXTRA) +EXTRA_DIST += $(GLOBAL_EXTRA) include lib/Makemodule.am include ubi-utils/Makemodule.am -- cgit v1.2.3