exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8050ac1677f21d239cb2691f50486465a4cc2b1a
parent b1c863047ac78219d8babe9c15de90e18bd4ab1d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 29 Dec 2020 14:28:32 +0100

do not generate static libs

Diffstat:
Mconfigure.ac | 12+++++++++++-
Mdebian/libtalerexchange.install | 2+-
Mdebian/taler-exchange-dev.install | 1-
3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -22,14 +22,24 @@ AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/util/util.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds +AC_CANONICAL_TARGET +AC_CANONICAL_HOST +AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax]) # pretty build rules AM_SILENT_RULES([yes]) AC_CONFIG_MACRO_DIR([m4]) +AC_PROG_AWK +AC_PROG_CC_C99 +AC_PROG_OBJC +AC_PROG_INSTALL +AC_PROG_LN_S +AC_PROG_MAKE_SET +AM_PROG_CC_C_O -LT_INIT +LT_INIT([disable-static dlopen]) DX_INIT_DOXYGEN([taler-exchange],,, DX_PS_FEATURE(OFF), diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install @@ -1,3 +1,3 @@ -bin/taler-config +usr/bin/taler-config usr/lib/*/*.so.* usr/share/ diff --git a/debian/taler-exchange-dev.install b/debian/taler-exchange-dev.install @@ -1,2 +1 @@ usr/include -usr/lib/*/pkgconfig