From 342f9f1ec803492392211fc15ac639d459f93900 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 22 Jan 2019 19:02:49 +0100 Subject: Fix Makefiles. --- src/lib/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 6f4ffbdf9..876f4aab1 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -156,7 +156,6 @@ endif check_PROGRAMS = \ test_exchange_api_keys_cherry_picking_new \ test_exchange_api_overlapping_keys_bug \ - test_exchange_api_interpreter_on-off \ test_exchange_api_new \ test_auditor_api @@ -201,19 +200,6 @@ test_exchange_api_new_LDADD = \ -lgnunetutil \ -ljansson -test_exchange_api_interpreter_on_off_SOURCES = \ - test_exchange_api_interpreter_on-off.c -test_exchange_api_interpreter_on_off_LDADD = \ - libtalertesting.la \ - libtalerexchange.la \ - $(LIBGCRYPT_LIBS) \ - $(top_builddir)/src/json/libtalerjson.la \ - $(top_builddir)/src/util/libtalerutil.la \ - $(top_builddir)/src/bank-lib/libtalerbank.la \ - -lgnunetcurl \ - -lgnunetutil \ - -ljansson - test_exchange_api_overlapping_keys_bug_SOURCES = \ test_exchange_api_overlapping_keys_bug.c test_exchange_api_overlapping_keys_bug_LDADD = \ @@ -256,8 +242,6 @@ test_auditor_api_LDADD = \ -lgnunetutil \ -ljansson - - EXTRA_DIST = \ test_exchange_api_home/.local/share/taler/exchange/offline-keys/master.priv \ test_exchange_api_home/.config/taler/test.json \ -- cgit v1.2.3