aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-11 15:33:28 +0000
committerGabor X Toth <*@tg-x.net>2016-01-11 15:33:28 +0000
commit55bc55b5f2046c96e1ae5a1d774c14300cc4b890 (patch)
treed76f3bfd49d4a3faf8f87b137de9e41deada3f76 /src/social
parent49a09a064af8cd6bbce568263e1b5152a0996fc9 (diff)
downloadgnunet-55bc55b5f2046c96e1ae5a1d774c14300cc4b890.tar.gz
gnunet-55bc55b5f2046c96e1ae5a1d774c14300cc4b890.zip
social: compile fix
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 ac80d0c8c..739385e19 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -40,6 +40,7 @@ gnunet_service_social_SOURCES = \
40gnunet_service_social_LDADD = \ 40gnunet_service_social_LDADD = \
41 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
42 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 42 $(top_builddir)/src/statistics/libgnunetstatistics.la \
43 $(top_builddir)/src/env/libgnunetenv.la \
43 $(top_builddir)/src/psyc/libgnunetpsyc.la \ 44 $(top_builddir)/src/psyc/libgnunetpsyc.la \
44 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \ 45 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \
45 $(top_builddir)/src/core/libgnunetcore.la \ 46 $(top_builddir)/src/core/libgnunetcore.la \