From c20de7f38b3a31b2e615ceb23f8460b146db9e11 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 21 Dec 2022 12:39:02 +0100 Subject: Fix make dist 7063f0aefd8a ("mig: replace boolean.h with stdbool.h") dropped boolean.h, but missed dropping its installation. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 35c91bc..de111cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ AWK_V = $(AWK_V_$(V)) AWK_V_ = $(AWK_V_$(AM_DEFAULT_VERBOSITY)) AWK_V_0 = @echo " AWK $@"; -migcom_SOURCES = boolean.h error.c error.h global.c global.h \ +migcom_SOURCES = error.c error.h global.c global.h \ header.c lexxer.h lexxer.l message.h mig_string.h \ migcom.c parser.h parser.y routine.c routine.h \ server.c statement.c statement.h string.c \ -- cgit v1.2.3