From 8e9e170b8f4b15fcf3522cdc1a5fd76e51c16dd3 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 11 Sep 2019 19:46:58 +0200 Subject: Cleanup Automake file for libraries Split the signel file up into several small ones and use a variable for the public headers instead of duplicating them. Signed-off-by: David Oberhollenzer --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index cc24bff..b6525c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,11 @@ EXTRA_DIST = autogen.sh LICENSE-gpl.txt LICENSE-lgpl.txt README.md CHANGELOG.md TESTS = include doc/Makemodule.am -include lib/Makemodule.am +include lib/fstree/Makemodule.am +include lib/sqfs/Makemodule.am +include lib/sqfshelper/Makemodule.am +include lib/tar/Makemodule.am +include lib/util/Makemodule.am include tar/Makemodule.am include mkfs/Makemodule.am include unpack/Makemodule.am -- cgit v1.2.3