X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fsocial%2FMakefile.am;h=94a9ba108aae682b0c1a27938f0f5d347fbc74f8;hb=273188e646ed4d91ced1dac443e976336be877b4;hp=fb761dcae1ff2479cefbe723242aaca8658a1161;hpb=9881c55b0178823d86cb28b3f5aaf9cc31744dc0;p=oweals%2Fgnunet.git diff --git a/src/social/Makefile.am b/src/social/Makefile.am index fb761dcae..94a9ba108 100644 --- a/src/social/Makefile.am +++ b/src/social/Makefile.am @@ -41,7 +41,6 @@ gnunet_social_SOURCES = \ gnunet_social_LDADD = \ libgnunetsocial.la \ $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ - $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la gnunet_service_social_SOURCES = \ @@ -51,7 +50,6 @@ gnunet_service_social_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ $(top_builddir)/src/psyc/libgnunetpsyc.la \ - $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/gns/libgnunetgns.la \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ @@ -64,7 +62,7 @@ check_PROGRAMS = \ endif if ENABLE_TEST_RUN -AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; +AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; TESTS = $(check_PROGRAMS) endif @@ -75,7 +73,6 @@ test_social_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ - $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/identity/libgnunetidentity.la EXTRA_DIST = \