From: Wlodek Wencel Date: Thu, 12 Oct 2023 10:02:22 +0000 (+0200) Subject: [#3032] log_test_messages.mes moved back to tarball X-Git-Tag: Kea-2.5.3~19 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6a588778248cbc6199afa0a0b220477c5acef7b8;p=thirdparty%2Fkea.git [#3032] log_test_messages.mes moved back to tarball --- diff --git a/src/lib/log/tests/Makefile.am b/src/lib/log/tests/Makefile.am index b4adf7e551..cfa9280430 100644 --- a/src/lib/log/tests/Makefile.am +++ b/src/lib/log/tests/Makefile.am @@ -16,12 +16,12 @@ if USE_STATIC_LINK AM_LDFLAGS += -static endif +EXTRA_DIST = log_test_messages.mes + if HAVE_GTEST CLEANFILES = *.gcno *.gcda *.lock -EXTRA_DIST = log_test_messages.mes - # Helper programs used in shell tests TEST_HELPERS = logger_example logger_example_SOURCES = logger_example.cc