summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-11 22:34:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-11 22:34:08 +0200
commitc62a7fdc6bb1366f0d09317764b4e0cffa09b586 (patch)
treef17adae588f982d9fd47c079ef3ba7bfe753b0cf /src/include
parent3339da66366c212e015870da228d3bde0bf3edf6 (diff)
downloadexchange-c62a7fdc6bb1366f0d09317764b4e0cffa09b586.tar.gz
exchange-c62a7fdc6bb1366f0d09317764b4e0cffa09b586.tar.bz2
exchange-c62a7fdc6bb1366f0d09317764b4e0cffa09b586.zip
fix exchange 'make dist' rules
Diffstat (limited to 'src/include')
-rw-r--r--src/include/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index b8ea0d175..5a55df5ae 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -20,7 +20,9 @@ talerinclude_HEADERS = \
taler_util.h \
taler_mhd_lib.h \
taler_pq_lib.h \
- taler_signatures.h
+ taler_signatures.h \
+ taler_sq_lib.h \
+ taler_twister_testing_lib.h
EXTRA_DIST = \
backoff.h \