diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-11 18:56:06 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-11 18:56:06 +0100 |
commit | 57ab9f9fdba607fcc3817adf58f37c5390f8d220 (patch) | |
tree | 1b3bb12414d102d0c6b2f5fd406b242ffc0f3082 /src/Makefile.am | |
parent | 5472702c31324a0374c5490bad2272ef9fa4159c (diff) |
fix lib order.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index cf8d8eb1c..8de5e4b87 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,10 +24,10 @@ EXTRA_DIST = \ SUBDIRS = include util wire json $(PQ_DIR) $(BANK_LIB) wire-plugins exchangedb exchange exchange-tools auditordb auditor if HAVE_LIBCURL - SUBDIRS += auditor-lib exchange-lib benchmark + SUBDIRS += exchange-lib auditor-lib benchmark else if HAVE_LIBGNURL - SUBDIRS += auditor-lib exchange-lib benchmark + SUBDIRS += exchange-lib auditor-lib benchmark endif endif |