summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-29 14:28:32 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-29 14:28:32 +0100
commit8050ac1677f21d239cb2691f50486465a4cc2b1a (patch)
treeed391532b3e6be87f41f5ec96bd86148d03351db
parentb1c863047ac78219d8babe9c15de90e18bd4ab1d (diff)
downloadexchange-8050ac1677f21d239cb2691f50486465a4cc2b1a.tar.gz
exchange-8050ac1677f21d239cb2691f50486465a4cc2b1a.tar.bz2
exchange-8050ac1677f21d239cb2691f50486465a4cc2b1a.zip
do not generate static libs
-rw-r--r--configure.ac12
-rw-r--r--debian/libtalerexchange.install2
-rw-r--r--debian/taler-exchange-dev.install1
3 files changed, 12 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f744631d9..91816ca8a 100644
--- 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
index 42191d4d7..beef729b3 100644
--- 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
index 0b2ea583f..e43b95cb9 100644
--- a/debian/taler-exchange-dev.install
+++ b/debian/taler-exchange-dev.install
@@ -1,2 +1 @@
usr/include
-usr/lib/*/pkgconfig