diff options
author | 2024-12-03 02:28:15 +0100 | |
---|---|---|
committer | 2024-12-03 02:28:15 +0100 | |
commit | e3ca6af2c580c0b748a5635c15b973094765abbf (patch) | |
tree | 345ae08b449f18f2c790d0efdf2543ff778261f9 /tools | |
parent | 8dee549fd286ab152e94428f38eae6edac1bb746 (diff) | |
download | libplist-e3ca6af2c580c0b748a5635c15b973094765abbf.tar.gz libplist-e3ca6af2c580c0b748a5635c15b973094765abbf.tar.bz2 |
configure: Allow building the library without tool(s)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |