diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-04-09 12:07:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-04-09 12:07:40 +0200 |
commit | 8a461fa2d57ba5d0eceed61541872b0cda6eeb5e (patch) | |
tree | 3678392308d8f07cfae73e27b6eea71ed0a441f3 | |
parent | e09274fe8dafefa895dadabe0c822b97746621a1 (diff) |
-fix dist rules
-rw-r--r-- | src/templating/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
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 |