aboutsummaryrefslogtreecommitdiff
path: root/src/social/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-01-12 23:26:47 +0000
committerGabor X Toth <*@tg-x.net>2016-01-12 23:26:47 +0000
commit50eaf8d7de763d25b7dae7ffdee8d7c6b5fe71ea (patch)
treea8023bdb9c9446a45792d7100303265c78713a50 /src/social/Makefile.am
parent3cbdbe18dbd56def00c0014381ff90b4ee664904 (diff)
downloadgnunet-50eaf8d7de763d25b7dae7ffdee8d7c6b5fe71ea.tar.gz
gnunet-50eaf8d7de763d25b7dae7ffdee8d7c6b5fe71ea.zip
psycutil reorg: message, env, slicer
Diffstat (limited to 'src/social/Makefile.am')
-rw-r--r--src/social/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index 739385e19..bf1532411 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -24,7 +24,7 @@ libgnunetsocial_la_SOURCES = \
24 social_api.c social.h 24 social_api.c social.h
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/psycutil/libgnunetpsycutil.la \
28 $(GN_LIBINTL) $(XLIB) 28 $(GN_LIBINTL) $(XLIB)
29libgnunetsocial_la_LDFLAGS = \ 29libgnunetsocial_la_LDFLAGS = \
30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
@@ -40,9 +40,8 @@ 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/psycutil/libgnunetpsycutil.la \
44 $(top_builddir)/src/psyc/libgnunetpsyc.la \ 44 $(top_builddir)/src/psyc/libgnunetpsyc.la \
45 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \
46 $(top_builddir)/src/core/libgnunetcore.la \ 45 $(top_builddir)/src/core/libgnunetcore.la \
47 $(top_builddir)/src/identity/libgnunetidentity.la \ 46 $(top_builddir)/src/identity/libgnunetidentity.la \
48 $(top_builddir)/src/gns/libgnunetgns.la \ 47 $(top_builddir)/src/gns/libgnunetgns.la \
@@ -66,8 +65,7 @@ test_social_LDADD = \
66 libgnunetsocial.la \ 65 libgnunetsocial.la \
67 $(top_builddir)/src/testing/libgnunettesting.la \ 66 $(top_builddir)/src/testing/libgnunettesting.la \
68 $(top_builddir)/src/util/libgnunetutil.la \ 67 $(top_builddir)/src/util/libgnunetutil.la \
69 $(top_builddir)/src/env/libgnunetenv.la \ 68 $(top_builddir)/src/psycutil/libgnunetpsycutil.la \
70 $(top_builddir)/src/psycstore/libgnunetpsycutil.la \
71 $(top_builddir)/src/core/libgnunetcore.la \ 69 $(top_builddir)/src/core/libgnunetcore.la \
72 $(top_builddir)/src/identity/libgnunetidentity.la 70 $(top_builddir)/src/identity/libgnunetidentity.la
73 71