diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-11-18 14:17:52 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-11-18 14:17:52 +0100 |
commit | dff5510dd36059a567d1110da870cc79bd508f70 (patch) | |
tree | fa4b66dc6534bb13e0360f0344295bf7f0d0607d | |
parent | 802ba3790f91e48f7841d3bbea66047777549f01 (diff) |
-fix dist rule
-rw-r--r-- | src/util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 7f2a2314d..790bba735 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -78,7 +78,7 @@ libtalerutil_la_SOURCES = \ auditor_signatures.c \ config.c \ crypto.c \ - crypto_helper_common.c \ + crypto_helper_common.c crypto_helper_common.h \ crypto_helper_rsa.c \ crypto_helper_esign.c \ crypto_wire.c \ |