aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-13 00:53:06 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-13 00:53:23 +0100
commitd8a11aace3ade81eebb0dd3f5b22fb85a536114a (patch)
tree18fda10f0dd764efaffa20da38e6ea5cf3f8628c /src/peerstore/Makefile.am
parent9f3172d558fd51842516d23288070d28c298c950 (diff)
downloadgnunet-d8a11aace3ade81eebb0dd3f5b22fb85a536114a.tar.gz
gnunet-d8a11aace3ade81eebb0dd3f5b22fb85a536114a.zip
add more missing EXTRA_DISTs and remove dv (to be integrated with transport in TNG)
Diffstat (limited to 'src/peerstore/Makefile.am')
-rw-r--r--src/peerstore/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index 3aef05769..c6acdce56 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -107,7 +107,9 @@ check_PROGRAMS = \
107 $(FLAT_TESTS) 107 $(FLAT_TESTS)
108 108
109EXTRA_DIST = \ 109EXTRA_DIST = \
110 test_peerstore_api_data.conf 110 test_peerstore_api_data.conf \
111 test_plugin_peerstore_flat.conf \
112 test_plugin_peerstore_sqlite.conf
111 113
112if ENABLE_TEST_RUN 114if ENABLE_TEST_RUN
113AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 115AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;