From 04178dd3d84ec93f80336b2cead4215da1d052ef Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 15 Dec 2015 19:15:23 +0000 Subject: [PATCH] Makefile.am: Don't build `x86-model' if we don't have mLib. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.11.0