gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: Fix compilation (or


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Fix compilation (order matters)
Date: Tue, 26 Mar 2019 18:17:16 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3ccbae49 Fix compilation (order matters)
3ccbae49 is described below

commit 3ccbae498242a1dd56026e491875a0f0d3c0dc27
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 26 18:17:09 2019 +0100

    Fix compilation (order matters)
---
 src/lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 9e91e701..adf075fa 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -7,9 +7,9 @@ if USE_COVERAGE
 endif
 
 lib_LTLIBRARIES = \
+  libtalerauditor.la \
   libtalerexchange.la \
   libtalertesting.la \
-  libtalerauditor.la \
   libtalerauditortesting.la
 
 libtalerexchange_la_LDFLAGS = \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]