diff options
author | 2023-10-06 21:10:09 -0400 | |
---|---|---|
committer | 2023-11-03 18:34:27 +0100 | |
commit | f2a166b01445fe412b5bff1b71256aebd62d1fcb (patch) | |
tree | eff09c449572a4302a13d816e7ad9cb5b5112ca4 /tools/Makefile.am | |
parent | 74499fe02f43a7b289a7cc62932d215899b20ad2 (diff) | |
download | libirecovery-f2a166b01445fe412b5bff1b71256aebd62d1fcb.tar.gz libirecovery-f2a166b01445fe412b5bff1b71256aebd62d1fcb.tar.bz2 |
Allow building --without-tools
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
1 | if BUILD_TOOLS | ||
1 | AM_CPPFLAGS = -I$(top_srcdir)/include | 2 | AM_CPPFLAGS = -I$(top_srcdir)/include |
2 | 3 | ||
3 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusb_CFLAGS) | 4 | AM_CFLAGS = $(GLOBAL_CFLAGS) $(libusb_CFLAGS) |
@@ -9,3 +10,4 @@ irecovery_SOURCES = irecovery.c | |||
9 | irecovery_CFLAGS = $(AM_CFLAGS) | 10 | irecovery_CFLAGS = $(AM_CFLAGS) |
10 | irecovery_LDFLAGS = $(AM_LDFLAGS) | 11 | irecovery_LDFLAGS = $(AM_LDFLAGS) |
11 | irecovery_LDADD = $(top_builddir)/src/libirecovery-1.0.la | 12 | irecovery_LDADD = $(top_builddir)/src/libirecovery-1.0.la |
13 | endif | ||