commit 644e65e10e05dd222f9a40b960dc694ebc842428 parent 81523861ed6f35f4daed167e2db2093c9e78278e Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 17 Feb 2020 22:03:45 +0100 fix path Diffstat:
| M | src/syncdb/Makefile.am | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am @@ -23,7 +23,7 @@ sync_dbinit_SOURCES = \ sync_dbinit_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libsyncutil.la \ - -lsyncdb \ + syncdb.la \ -ltalerutil \ -lgnunetutil