Merge remote-tracking branch 'origin/master' into identity_abe
[oweals/gnunet.git] / src / credential / Makefile.am
index 13da9dc0f59c2b3e835fdbfc561bb155921e4905..ca11c5e4facd294ecec3bc695f26927cbdf20eda 100644 (file)
@@ -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