aboutsummaryrefslogtreecommitdiff
path: root/src/credential/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/Makefile.am')
-rw-r--r--src/credential/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am
index 13da9dc0f..51dbb34d7 100644
--- a/src/credential/Makefile.am
+++ b/src/credential/Makefile.am
@@ -63,8 +63,9 @@ libgnunet_plugin_gnsrecord_credential_la_LDFLAGS = \
63 63
64 64
65gnunet_service_credential_SOURCES = \ 65gnunet_service_credential_SOURCES = \
66 gnunet-service-credential.c 66 gnunet-service-credential.c
67gnunet_service_credential_LDADD = \ 67gnunet_service_credential_LDADD = \
68 libgnunetcredential.la \
68 $(top_builddir)/src/util/libgnunetutil.la \ 69 $(top_builddir)/src/util/libgnunetutil.la \
69 $(top_builddir)/src/gns/libgnunetgns.la \ 70 $(top_builddir)/src/gns/libgnunetgns.la \
70 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 71 $(top_builddir)/src/statistics/libgnunetstatistics.la \
@@ -72,7 +73,8 @@ gnunet_service_credential_LDADD = \
72 73
73 74
74libgnunetcredential_la_SOURCES = \ 75libgnunetcredential_la_SOURCES = \
75 credential_api.c credential.h 76 credential_api.c credential.h \
77 credential_serialization.c
76libgnunetcredential_la_LIBADD = \ 78libgnunetcredential_la_LIBADD = \
77 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 79 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
78libgnunetcredential_la_LDFLAGS = \ 80libgnunetcredential_la_LDFLAGS = \