diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 13:54:24 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-10-07 13:54:24 +0200 |
commit | 1fad07ce86fc2a506c59501d7fb7c7d7481525f6 (patch) | |
tree | 6ba41c514e2ddc692cb95a0fb2070dd222897c7c /Makefile.am | |
parent | 5597dca9c6053cd19104e18d88edb199b32e3743 (diff) |
Rename libsqfshelper to libcommon
That is IMO less confusing and express what it is (i.e. what it has
become) more clearly, i.e. common code shared by the utilities.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 72e1302..cbf21b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ TESTS = include doc/Makemodule.am include lib/fstree/Makemodule.am include lib/sqfs/Makemodule.am -include lib/sqfshelper/Makemodule.am +include lib/common/Makemodule.am include lib/tar/Makemodule.am include lib/util/Makemodule.am include tar/Makemodule.am |