From 42a21ffc8ef36a141db2a7c57a20e70747028524 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 10 Nov 2018 13:58:02 +0100 Subject: add skeleton for auditor httpd tests --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 584f94235..8de5e4b87 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,12 +22,12 @@ pkgcfg_DATA = \ EXTRA_DIST = \ taler.conf -SUBDIRS = include util wire json $(PQ_DIR) $(BANK_LIB) wire-plugins exchangedb exchange exchange-tools auditordb auditor auditor-lib +SUBDIRS = include util wire json $(PQ_DIR) $(BANK_LIB) wire-plugins exchangedb exchange exchange-tools auditordb auditor if HAVE_LIBCURL - SUBDIRS += exchange-lib benchmark + SUBDIRS += exchange-lib auditor-lib benchmark else if HAVE_LIBGNURL - SUBDIRS += exchange-lib benchmark + SUBDIRS += exchange-lib auditor-lib benchmark endif endif -- cgit v1.2.3