From 8af89ff197715427763c1c80d62d96e517760434 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Dec 2019 20:10:46 +0100 Subject: misc release preparations: mostly fixing 'make dist' target --- src/lib/Makefile.am | 1 + src/lib/backoff.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') 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 */ -- cgit v1.2.3