X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcredential%2FMakefile.am;h=ca11c5e4facd294ecec3bc695f26927cbdf20eda;hb=1eb75229e02e5bd678f1a99eae9a6062330ecb46;hp=13da9dc0f59c2b3e835fdbfc561bb155921e4905;hpb=78b7c56bd1502ec87054521970a8e5b9cf225b66;p=oweals%2Fgnunet.git diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am index 13da9dc0f..ca11c5e4f 100644 --- a/src/credential/Makefile.am +++ b/src/credential/Makefile.am @@ -55,6 +55,7 @@ gnunet_credential_LDADD = \ libgnunet_plugin_gnsrecord_credential_la_SOURCES = \ plugin_gnsrecord_credential.c libgnunet_plugin_gnsrecord_credential_la_LIBADD = \ + libgnunetcredential.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(LTLIBINTL) libgnunet_plugin_gnsrecord_credential_la_LDFLAGS = \ @@ -63,16 +64,20 @@ libgnunet_plugin_gnsrecord_credential_la_LDFLAGS = \ gnunet_service_credential_SOURCES = \ - gnunet-service-credential.c + gnunet-service-credential.c gnunet_service_credential_LDADD = \ + libgnunetcredential.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/gns/libgnunetgns.la \ + $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(GN_LIBINTL) libgnunetcredential_la_SOURCES = \ - credential_api.c credential.h + credential_api.c \ + credential_serialization.c \ + credential_misc.c libgnunetcredential_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la $(XLIB) libgnunetcredential_la_LDFLAGS = \ @@ -84,6 +89,7 @@ libgnunet_plugin_rest_credential_la_SOURCES = \ libgnunet_plugin_rest_credential_la_LIBADD = \ libgnunetcredential.la \ $(top_builddir)/src/rest/libgnunetrest.la \ + $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/jsonapi/libgnunetjsonapi.la \ $(top_builddir)/src/jsonapi/libgnunetjsonapiutils.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ @@ -95,7 +101,8 @@ libgnunet_plugin_rest_credential_la_LDFLAGS = \ check_SCRIPTS = \ test_credential_issue.sh \ test_credential_verify_simple.sh \ - test_credential_verify.sh + test_credential_verify.sh \ + test_credential_verify_and.sh if ENABLE_TEST_RUN if HAVE_SQLITE