From 8a461fa2d57ba5d0eceed61541872b0cda6eeb5e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Apr 2024 12:07:40 +0200 Subject: -fix dist rules --- src/templating/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/templating/Makefile.am') diff --git a/src/templating/Makefile.am b/src/templating/Makefile.am index 713a885c5..a79b109d1 100644 --- a/src/templating/Makefile.am +++ b/src/templating/Makefile.am @@ -79,8 +79,8 @@ EXTRA_DIST = \ CHANGELOG.md \ mustach-json-c.h \ mustach-json-c.c \ - mustach-cjson-c.h \ - mustach-cjson-c.c \ + mustach-cjson.h \ + mustach-cjson.c \ test1/json \ test1/Makefile \ test1/must \ @@ -126,7 +126,7 @@ EXTRA_DIST = \ test8/must \ test8/resu.ref \ test8/vg.ref \ - test-specs.c \ - test-specs-cjson.ref \ - test-specs-jansson.ref \ - test-specs-json-c.ref + test-specs/test-specs.c \ + test-specs/test-specs-cjson.ref \ + test-specs/test-specs-jansson.ref \ + test-specs/test-specs-json-c.ref -- cgit v1.2.3