summaryrefslogtreecommitdiff
path: root/src/templating/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-09 12:07:40 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-09 12:07:40 +0200
commit8a461fa2d57ba5d0eceed61541872b0cda6eeb5e (patch)
tree3678392308d8f07cfae73e27b6eea71ed0a441f3 /src/templating/Makefile.am
parente09274fe8dafefa895dadabe0c822b97746621a1 (diff)
downloadexchange-8a461fa2d57ba5d0eceed61541872b0cda6eeb5e.tar.gz
exchange-8a461fa2d57ba5d0eceed61541872b0cda6eeb5e.tar.bz2
exchange-8a461fa2d57ba5d0eceed61541872b0cda6eeb5e.zip
-fix dist rules
Diffstat (limited to 'src/templating/Makefile.am')
-rw-r--r--src/templating/Makefile.am12
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