From cc02bf7c792a16bce9c42bb809512bf9ef8ced48 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 27 May 2022 05:25:10 +0300 Subject: [PATCH] Main: fix dist --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 14d86e8..4f06fe4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -287,8 +287,7 @@ tests_test_printf_fmt_gen_SOURCES = \ tests/test_printf_fmt_gen.c \ tests/printf_fmt_gen.py \ tests/printf_fmt_gen.jinja \ - common/printf.yml \ - common/printf_orig.yml + common/printf_fmt.yml tests_test_printf_gen_SOURCES = \ $(libkernaux_a_SOURCES) \