summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-20 20:10:46 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-20 20:10:46 +0100
commit8af89ff197715427763c1c80d62d96e517760434 (patch)
tree9688037931b7d58b13d9cb4469b98a0954c6a38b /src/lib
parentb554f1e9095e5c910c6cf58e040565d0ca911bca (diff)
downloadexchange-8af89ff197715427763c1c80d62d96e517760434.tar.gz
exchange-8af89ff197715427763c1c80d62d96e517760434.tar.bz2
exchange-8af89ff197715427763c1c80d62d96e517760434.zip
misc release preparations: mostly fixing 'make dist' target
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.am1
-rw-r--r--src/lib/backoff.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index f5251524e..272cc3d6d 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -16,6 +16,7 @@ libtalerexchange_la_LDFLAGS = \
-version-info 4:0:0 \
-no-undefined
libtalerexchange_la_SOURCES = \
+ backoff.h \
exchange_api_curl_defaults.c exchange_api_curl_defaults.h \
exchange_api_common.c \
exchange_api_handle.c exchange_api_handle.h \
diff --git a/src/lib/backoff.h b/src/lib/backoff.h
index 2af41e7c7..e62e1d90f 100644
--- a/src/lib/backoff.h
+++ b/src/lib/backoff.h
@@ -16,7 +16,7 @@
*/
/**
- * @file exchange-lib/backoff.h
+ * @file lib/backoff.h
* @brief backoff computation for the exchange lib
* @author Florian Dold
*/