From f2a166b01445fe412b5bff1b71256aebd62d1fcb Mon Sep 17 00:00:00 2001 From: Daniel VanBritsom Date: Fri, 6 Oct 2023 21:10:09 -0400 Subject: Allow building --without-tools --- tools/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 03728b2..ebb085c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,4 @@ +if BUILD_TOOLS AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusb_CFLAGS) @@ -9,3 +10,4 @@ irecovery_SOURCES = irecovery.c irecovery_CFLAGS = $(AM_CFLAGS) irecovery_LDFLAGS = $(AM_LDFLAGS) irecovery_LDADD = $(top_builddir)/src/libirecovery-1.0.la +endif -- cgit v1.1-32-gdbae