X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcore%2FMakefile.am;h=2723151c5ee451fd6a961ff52034b479054383e3;hb=17f5db6f7c8d60930367738b3d872fbf891486ee;hp=208e83768da3cec78e5236d0797a7ffc7ce9f780;hpb=2f45a7c9691aa2670c8902618be5e8011428f0af;p=oweals%2Fgnunet.git diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 208e83768..2723151c5 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -22,7 +22,7 @@ lib_LTLIBRARIES = \ libgnunetcore.la libgnunetcore_la_SOURCES = \ - core_api_2.c core.h \ + core_api.c core.h \ core_api_monitor_peers.c libgnunetcore_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ @@ -71,7 +71,7 @@ check_PROGRAMS = \ $(TESTING_TESTS) 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