diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-22 19:02:49 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-01-22 19:02:49 +0100 |
commit | 342f9f1ec803492392211fc15ac639d459f93900 (patch) | |
tree | 447ed94824a47452b8c644777c2ef4d387492891 /src/lib | |
parent | 4877cb07d32fecd4fb26ca1b00bf937040872d95 (diff) |
Fix Makefiles.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
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 \ |