+
[oweals/gnunet.git] / src / credential / Makefile.am
index 5852bd0a0ac096744def30ff17f002690956f693..ca11c5e4facd294ecec3bc695f26927cbdf20eda 100644 (file)
@@ -69,13 +69,15 @@ 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_serialization.c
+ credential_api.c \
+ credential_serialization.c \
+ credential_misc.c
 libgnunetcredential_la_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 
 libgnunetcredential_la_LDFLAGS = \
@@ -87,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) \
@@ -98,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