aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-10-30 00:07:10 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-10-30 00:07:10 +0200
commit4ab90069c9a94129cf6bc583687d817cebe8d1f3 (patch)
tree2d1dd20e67f4aff26589733dade967596f7c6d43 /tests/Makefile.am
parent43a8fae35436910946742e551ff46a1549e2d262 (diff)
downloadlibgnunetchat-4ab90069c9a94129cf6bc583687d817cebe8d1f3.tar.gz
libgnunetchat-4ab90069c9a94129cf6bc583687d817cebe8d1f3.zip
Update code to newest GNUnet changes and improve automake
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8181235..1c0f55b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,7 +8,6 @@ check_PROGRAMS = \
8 test_gnunet_chat_file.test 8 test_gnunet_chat_file.test
9 9
10AM_TESTS_ENVIRONMENT = \ 10AM_TESTS_ENVIRONMENT = \
11 ln -sf $(top_srcdir)/include $(top_srcdir)/tests/gnunet;
12 export LD_LIBRARY_PATH=$(top_srcdir); 11 export LD_LIBRARY_PATH=$(top_srcdir);
13TESTS = \ 12TESTS = \
14 $(check_PROGRAMS) 13 $(check_PROGRAMS)
@@ -30,7 +29,3 @@ test_gnunet_chat_file_test_SOURCES = \
30test_gnunet_chat_file_test_LDADD = \ 29test_gnunet_chat_file_test_LDADD = \
31 -lcheck \ 30 -lcheck \
32 $(top_builddir)/src/libgnunetchat.la 31 $(top_builddir)/src/libgnunetchat.la
33
34clean:
35 rm $(top_srcdir)/tests/gnunet
36