aboutsummaryrefslogtreecommitdiff
path: root/src/credential/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-18 16:52:59 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-18 16:52:59 +0100
commit33e847bf4edc06be68589467d0f6a31c07d911ac (patch)
treed635352dbea2aa448395d52703351ec8c7242fe4 /src/credential/Makefile.am
parent9c5ecc381458c941fdb70f1f4a47e76daac4eda5 (diff)
downloadgnunet-33e847bf4edc06be68589467d0f6a31c07d911ac.tar.gz
gnunet-33e847bf4edc06be68589467d0f6a31c07d911ac.zip
-fixes
Diffstat (limited to 'src/credential/Makefile.am')
-rw-r--r--src/credential/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am
index 5f3b60270..0d9aed71b 100644
--- a/src/credential/Makefile.am
+++ b/src/credential/Makefile.am
@@ -74,8 +74,9 @@ gnunet_service_credential_LDADD = \
74 74
75 75
76libgnunetcredential_la_SOURCES = \ 76libgnunetcredential_la_SOURCES = \
77 credential_api.c credential.h \ 77 credential_api.c \
78 credential_serialization.c 78 credential_serialization.c \
79 credential_misc.c
79libgnunetcredential_la_LIBADD = \ 80libgnunetcredential_la_LIBADD = \
80 $(top_builddir)/src/util/libgnunetutil.la $(XLIB) 81 $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
81libgnunetcredential_la_LDFLAGS = \ 82libgnunetcredential_la_LDFLAGS = \