diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-27 15:05:39 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-27 15:05:39 +0100 |
commit | 0554fa7691ee495f545a72972d6417db8b2623c2 (patch) | |
tree | 17ba867e724c0ae1c640d53d91b74b2e6a4b85ec /src/bank-lib | |
parent | 7ad6421df8925f485c9c9c080c14823169d452d9 (diff) |
fix syntax issues in Makefile.am
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am index 5b3b4d25f..326fdd5af 100644 --- a/src/bank-lib/Makefile.am +++ b/src/bank-lib/Makefile.am @@ -31,17 +31,3 @@ libtalerbank_la_LIBADD += -lgnurl endif endif -#check_PROGRAMS = \ -# test_bank_api - -#TESTS = \ -# $(check_PROGRAMS) - -#test_bank_api_SOURCES = \ -# test_bank_api.c -#test_bank_api_LDADD = \ -# libtalerbank.la \ -# $(LIBGCRYPT_LIBS) \ -# $(top_builddir)/src/util/libtalerutil.la \ -# -lgnunetutil \ -# -ljansson |