summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-26 20:05:19 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-26 20:05:19 +0200
commit94f0d80cc115ce93e88b64f8e3d0fa81e853f6d3 (patch)
treedf89518b7ef3e8d694507870235ef4271a81ead5 /src/Makefile.am
parent8d11ac3388b52c56a651005da4954189b1963d83 (diff)
downloadexchange-94f0d80cc115ce93e88b64f8e3d0fa81e853f6d3.tar.gz
exchange-94f0d80cc115ce93e88b64f8e3d0fa81e853f6d3.tar.bz2
exchange-94f0d80cc115ce93e88b64f8e3d0fa81e853f6d3.zip
turn teah_common.c into libtalercurl, fixes many ugly issues in build system
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 80fa40dbc..38bf715fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,7 @@ pkgcfg_DATA = \
EXTRA_DIST = \
taler.conf
-SUBDIRS = include util wire json $(PQ_DIR) $(BANK_LIB) wire-plugins exchangedb exchange exchange-tools auditordb auditor
+SUBDIRS = include util wire json curl $(PQ_DIR) $(BANK_LIB) wire-plugins exchangedb exchange exchange-tools auditordb auditor
if HAVE_LIBCURL
SUBDIRS += lib benchmark
else