fix lib order.

This commit is contained in:
Marcello Stanisci 2019-01-11 18:56:06 +01:00
parent 5472702c31
commit 57ab9f9fdb
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -24,10 +24,10 @@ EXTRA_DIST = \
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
if HAVE_LIBCURL if HAVE_LIBCURL
SUBDIRS += auditor-lib exchange-lib benchmark SUBDIRS += exchange-lib auditor-lib benchmark
else else
if HAVE_LIBGNURL if HAVE_LIBGNURL
SUBDIRS += auditor-lib exchange-lib benchmark SUBDIRS += exchange-lib auditor-lib benchmark
endif endif
endif endif