diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-10-27 18:58:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-10-27 18:58:44 +0200 |
commit | 24f6f150017a40b9fde4fd55f7ca8bfb70cf8c92 (patch) | |
tree | 36a21996c8033c592948775cced317ee82f94ce7 /src/Makefile.am | |
parent | 60fe2395fde7fe99d77aa7e583b9a407af605ddf (diff) |
auditor-lib now builds
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d2c925545..584f94235 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 $(PQ_DIR) $(BANK_LIB) wire-plugins exchangedb exchange exchange-tools auditordb auditor auditor-lib if HAVE_LIBCURL SUBDIRS += exchange-lib benchmark else |