From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 (+0000) Subject: Makefile.am: Don't build `x86-model' if we don't have mLib. X-Git-Tag: 1.4.1.1~1 X-Git-Url: https://git.distorted.org.uk/~mdw/misc/commitdiff_plain/04178dd3d84ec93f80336b2cead4215da1d052ef Makefile.am: Don't build `x86-model' if we don't have mLib. --- diff --git a/Makefile.am b/Makefile.am index c896216..4ec1502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -122,11 +122,13 @@ endif ## x86 model identification if X86 +if HAVE_MLIB bin_PROGRAMS += x86-model x86_model_SOURCES = x86-model.c x86_model_LDADD = $(mLib_LIBS) dist_man_MANS += x86-model.1 endif +endif ###-------------------------------------------------------------------------- ### Tools in scripts.