diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-11 19:46:58 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-11 19:46:58 +0200 |
commit | 8e9e170b8f4b15fcf3522cdc1a5fd76e51c16dd3 (patch) | |
tree | 099796d6c64f54d790d2db83ba6c49dc955d5e17 /Makefile.am | |
parent | cd662fccc563e18762e2e6a16d040e0474b6e5f9 (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 |