From e3ca6af2c580c0b748a5635c15b973094765abbf Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 3 Dec 2024 02:28:15 +0100 Subject: configure: Allow building the library without tool(s) --- tools/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 9f3214d..5883286 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,5 @@ +if BUILD_TOOLS + AM_CFLAGS = \ $(GLOBAL_CFLAGS) \ -I$(top_srcdir)/include @@ -8,3 +10,5 @@ bin_PROGRAMS = plistutil plistutil_SOURCES = plistutil.c plistutil_LDADD = $(top_builddir)/src/libplist-2.0.la + +endif -- cgit v1.1-32-gdbae