From: Francis Dupont Date: Mon, 19 Apr 2021 07:30:40 +0000 (+0200) Subject: [#1590] Added new .mes file to EXTRA_DIST X-Git-Tag: Kea-1.9.8~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=321b8880dc102ec7af6b6b891e3216e647daff34;p=thirdparty%2Fkea.git [#1590] Added new .mes file to EXTRA_DIST --- diff --git a/src/lib/http/Makefile.am b/src/lib/http/Makefile.am index ccca75b558..b2646e7065 100644 --- a/src/lib/http/Makefile.am +++ b/src/lib/http/Makefile.am @@ -7,7 +7,7 @@ AM_CXXFLAGS = $(KEA_CXXFLAGS) EXTRA_DIST = http.dox # Ensure that the message file is included in the distribution -EXTRA_DIST += http_messages.mes +EXTRA_DIST += auth_messages.mes http_messages.mes CLEANFILES = *.gcno *.gcda