turn teah_common.c into libtalercurl, fixes many ugly issues in build system
This commit is contained in:
parent
94f0d80cc1
commit
5da22c60de
20
src/curl/Makefile.am
Normal file
20
src/curl/Makefile.am
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user