aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-30 21:18:11 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-01-30 21:18:11 +0100
commit2182129c8f359c4fa1390eaba7a65b595ccd4182 (patch)
treede17208d3610ae18aacf21812d6d15c948ecd979 /Makefile.am
parent98b2731a56d7044e9208fc08895373a8bbbfe8f9 (diff)
Remove without-tools feature switch
This was originally added for the Windows port, which initially didn't have tool support. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 804bdae..7117744 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,6 @@ include lib/util/Makemodule.am
include lib/xfrm/Makemodule.am
include lib/io/Makemodule.am
-if BUILD_TOOLS
include lib/fstree/Makemodule.am
include lib/common/Makemodule.am
include lib/tar/Makemodule.am
@@ -40,7 +39,6 @@ include bin/rdsquashfs/Makemodule.am
include bin/sqfs2tar/Makemodule.am
include bin/sqfsdiff/Makemodule.am
include bin/tar2sqfs/Makemodule.am
-endif
include extras/Makemodule.am