From: Schanzenbach, Martin Date: Fri, 20 Oct 2017 14:30:11 +0000 (+0200) Subject: -fix make X-Git-Tag: gnunet-0.11.0rc0~24^2~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6d653d742772ad70b3264a3a1ad373dd1ed1e371;p=oweals%2Fgnunet.git -fix make --- diff --git a/src/identity-provider/Makefile.am b/src/identity-provider/Makefile.am index a4b3f565d..6a56b2e91 100644 --- a/src/identity-provider/Makefile.am +++ b/src/identity-provider/Makefile.am @@ -106,7 +106,7 @@ gnunet_idp_SOURCES = \ gnunet_idp_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ - $(top_builddir)/src/identity-provider/libgnunetidentityprovider.la \ + libgnunetidentityprovider.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(GN_LIBINTL)