commit 8a461fa2d57ba5d0eceed61541872b0cda6eeb5e parent e09274fe8dafefa895dadabe0c822b97746621a1 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 9 Apr 2024 12:07:40 +0200 -fix dist rules Diffstat:
| M | src/templating/Makefile.am | | | 12 | ++++++------ |
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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