From 62e580f01b8d1c5a3bce5c046853332217cf6458 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 2 Feb 2022 00:23:50 -0500 Subject: libgloss: merge iq2000 into top-level Makefile Avoid a recursive make to speed things up a bit. --- libgloss/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgloss/Makefile.am') diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am index 1209ec9d8..42d7b7ffb 100644 --- a/libgloss/Makefile.am +++ b/libgloss/Makefile.am @@ -53,6 +53,9 @@ TEXINFO_TEX = ../texinfo/texinfo.tex if HAVE_DOC include doc/Makefile.inc endif +if CONFIG_IQ2000 +include iq2000/Makefile.inc +endif if CONFIG_LIBNOSYS include libnosys/Makefile.inc endif -- cgit v1.2.3