guix-env: some update.
[oweals/gnunet.git] / src / peerinfo / Makefile.am
index f4e8202536ab6a0332ae668293faa90512631000..eeb5ee54e9bce23826fa45b612db82a7a8205840 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 pkgcfgdir= $(pkgdatadir)/config.d/
@@ -57,7 +58,7 @@ 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
 
@@ -65,7 +66,7 @@ test_peerinfo_shipped_hellos_SOURCES = \
  test_peerinfo_shipped_hellos.c
 test_peerinfo_shipped_hellos_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
+ libgnunetpeerinfo.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
@@ -73,7 +74,7 @@ test_peerinfo_api_SOURCES = \
  test_peerinfo_api.c
 test_peerinfo_api_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
+ libgnunetpeerinfo.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
@@ -81,7 +82,7 @@ test_peerinfo_api_friend_only_SOURCES = \
  test_peerinfo_api_friend_only.c
 test_peerinfo_api_friend_only_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
+ libgnunetpeerinfo.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
@@ -89,7 +90,7 @@ test_peerinfo_api_notify_friend_only_SOURCES = \
  test_peerinfo_api_notify_friend_only.c
 test_peerinfo_api_notify_friend_only_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
+ libgnunetpeerinfo.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
@@ -97,7 +98,7 @@ perf_peerinfo_api_SOURCES = \
  perf_peerinfo_api.c
 perf_peerinfo_api_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
$(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
+ libgnunetpeerinfo.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(top_builddir)/src/util/libgnunetutil.la