aboutsummaryrefslogtreecommitdiff
path: root/src/auction
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-02 02:55:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-02 11:57:10 +0100
commit4ffa88828d1f14aeef51a777d553e904549fb03e (patch)
treef57d025d8a2766d19053a15606e7b694804ae84e /src/auction
parent4e084e4842cddf5de988534c84e2d65bb122472f (diff)
downloadgnunet-4ffa88828d1f14aeef51a777d553e904549fb03e.tar.gz
gnunet-4ffa88828d1f14aeef51a777d553e904549fb03e.zip
fix more 'make dist' issues
Diffstat (limited to 'src/auction')
-rw-r--r--src/auction/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/auction/Makefile.am b/src/auction/Makefile.am
index bdede0ce0..f86e846e2 100644
--- a/src/auction/Makefile.am
+++ b/src/auction/Makefile.am
@@ -68,6 +68,11 @@ test_auction_api_LDADD = \
68check_SCRIPTS = \ 68check_SCRIPTS = \
69 test_auction_create.sh 69 test_auction_create.sh
70 70
71EXTRA_DIST = \
72 auction.h \
73 auction.conf \
74 $(check_SCRIPTS)
75
71if ENABLE_TEST_RUN 76if ENABLE_TEST_RUN
72 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME; 77 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
73 TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 78 TESTS = $(check_PROGRAMS) $(check_SCRIPTS)