aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-06 15:25:44 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-06 15:25:44 +0000
commit9881c55b0178823d86cb28b3f5aaf9cc31744dc0 (patch)
tree242ace53b64759956dd11789c68cfc9db43b8146 /src/social
parenta5478413c09a56880b6d8a1a35eb64fa8ee151f3 (diff)
downloadgnunet-9881c55b0178823d86cb28b3f5aaf9cc31744dc0.tar.gz
gnunet-9881c55b0178823d86cb28b3f5aaf9cc31744dc0.zip
fix #4493
Diffstat (limited to 'src/social')
-rw-r--r--src/social/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index b0749e9e6..fb761dcae 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -40,6 +40,7 @@ gnunet_social_SOURCES = \
40 gnunet-social.c 40 gnunet-social.c
41gnunet_social_LDADD = \ 41gnunet_social_LDADD = \
42 libgnunetsocial.la \ 42 libgnunetsocial.la \
43 $(top_builddir)/src/psycutil/libgnunetpsycutil.la \
43 $(top_builddir)/src/core/libgnunetcore.la \ 44 $(top_builddir)/src/core/libgnunetcore.la \
44 $(top_builddir)/src/util/libgnunetutil.la 45 $(top_builddir)/src/util/libgnunetutil.la
45 46