From 8a0b8a4604526e5f832c4971f9c3b1b48d79bea4 Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Thu, 6 Mar 2014 23:46:45 +0000 Subject: PSYC: implement slave to master requests, tests, fixes, reorg Multicast lib: handle member to origin requests. Keep track of members and origins and call their callbacks when necessary. --- src/psyc/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/psyc/Makefile.am') diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am index 7860b3995..162b42b2b 100644 --- a/src/psyc/Makefile.am +++ b/src/psyc/Makefile.am @@ -21,7 +21,7 @@ lib_LTLIBRARIES = libgnunetpsyc.la libgnunetpsyc_la_SOURCES = \ psyc_api.c \ - psyc.h + psyc_common.c libgnunetpsyc_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/env/libgnunetenv.la \ @@ -39,7 +39,8 @@ libexec_PROGRAMS = \ gnunet-service-psyc gnunet_service_psyc_SOURCES = \ - gnunet-service-psyc.c + gnunet-service-psyc.c \ + psyc_common.c gnunet_service_psyc_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -51,6 +52,7 @@ gnunet_service_psyc_DEPENDENCIES = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/multicast/libgnunetmulticast.la \ $(top_builddir)/src/psycstore/libgnunetpsycstore.la +gnunet_service_psyc_CFLAGS = $(AM_CFLAGS) if HAVE_TESTING -- cgit v1.2.3