gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/02: turn teah_common.c into libtalercurl, fixes many


From: gnunet
Subject: [taler-exchange] 02/02: turn teah_common.c into libtalercurl, fixes many ugly issues in build system
Date: Sat, 26 Oct 2019 20:06:03 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 5da22c60de9e79081a10f6ea70266a8032aa52c1
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 26 20:05:44 2019 +0200

    turn teah_common.c into libtalercurl, fixes many ugly issues in build system
---
 src/curl/Makefile.am | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/src/curl/Makefile.am b/src/curl/Makefile.am
new file mode 100644
index 00000000..7ddfe4d6
--- /dev/null
+++ b/src/curl/Makefile.am
@@ -0,0 +1,20 @@
+# This Makefile.am is in the public domain
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
+
+if USE_COVERAGE
+  AM_CFLAGS = --coverage -O0
+  XLIB = -lgcov
+endif
+
+lib_LTLIBRARIES = \
+  libtalercurl.la
+
+libtalercurl_la_LDFLAGS = \
+  -version-info 0:0:0 \
+  -no-undefined
+libtalercurl_la_SOURCES = \
+  curl.c
+libtalercurl_la_LIBADD = \
+  -lgnunetcurl \
+  -lgnunetutil \
+  $(XLIB)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]