aboutsummaryrefslogtreecommitdiff
path: root/src/social/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2015-12-17 14:12:44 +0000
committerGabor X Toth <*@tg-x.net>2015-12-17 14:12:44 +0000
commitc159ab01bd16e9f3ad1776fa6fb26398cb7986d9 (patch)
tree61b0cad0b3e94f7e2dc7a8b48de7dc24784e229d /src/social/Makefile.am
parent6cf89fa848bbcb9e1f941bad1ac0c4ec6066fdd7 (diff)
downloadgnunet-c159ab01bd16e9f3ad1776fa6fb26398cb7986d9.tar.gz
gnunet-c159ab01bd16e9f3ad1776fa6fb26398cb7986d9.zip
social: API changes for application connections: store/load app subscriptions to places
Diffstat (limited to 'src/social/Makefile.am')
-rw-r--r--src/social/Makefile.am9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index 2c8d5707d..ac80d0c8c 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -25,11 +25,6 @@ libgnunetsocial_la_SOURCES = \
25libgnunetsocial_la_LIBADD = \ 25libgnunetsocial_la_LIBADD = \
26 $(top_builddir)/src/util/libgnunetutil.la \ 26 $(top_builddir)/src/util/libgnunetutil.la \
27 $(top_builddir)/src/env/libgnunetenv.la \ 27 $(top_builddir)/src/env/libgnunetenv.la \
28 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \
29 $(top_builddir)/src/core/libgnunetcore.la \
30 $(top_builddir)/src/identity/libgnunetidentity.la \
31 $(top_builddir)/src/gns/libgnunetgns.la \
32 $(top_builddir)/src/namestore/libgnunetnamestore.la \
33 $(GN_LIBINTL) $(XLIB) 28 $(GN_LIBINTL) $(XLIB)
34libgnunetsocial_la_LDFLAGS = \ 29libgnunetsocial_la_LDFLAGS = \
35 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
@@ -47,6 +42,10 @@ gnunet_service_social_LDADD = \
47 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 42 $(top_builddir)/src/statistics/libgnunetstatistics.la \
48 $(top_builddir)/src/psyc/libgnunetpsyc.la \ 43 $(top_builddir)/src/psyc/libgnunetpsyc.la \
49 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \ 44 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \
45 $(top_builddir)/src/core/libgnunetcore.la \
46 $(top_builddir)/src/identity/libgnunetidentity.la \
47 $(top_builddir)/src/gns/libgnunetgns.la \
48 $(top_builddir)/src/namestore/libgnunetnamestore.la \
50 $(GN_LIBINTL) 49 $(GN_LIBINTL)
51 50
52 51