summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-21 12:39:02 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-12-21 12:39:02 +0100
commitc20de7f38b3a31b2e615ceb23f8460b146db9e11 (patch)
treec9ca1f357d8de73277ffd4ad32f147c5b7b9042c
parentc7654756ee191de3d495a5d716ffe9b09d22ba6c (diff)
Fix make dist
7063f0aefd8a ("mig: replace boolean.h with stdbool.h") dropped boolean.h, but missed dropping its installation.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \