From c626ccac51dc968725b2ead1ecb0cebedd9987fc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 28 Mar 2015 11:06:00 +0100 Subject: second round of renamefest --- src/lib/Makefile.am | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/lib/Makefile.am (limited to 'src/lib/Makefile.am') diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am deleted file mode 100644 index f91ca32c1..000000000 --- a/src/lib/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -# This Makefile.am is in the public domain -AM_CPPFLAGS = -I$(top_srcdir)/src/include - -lib_LTLIBRARIES = \ - libtalermint.la - -libtalermint_la_LDFLAGS = \ - -version-info 0:0:0 \ - -no-undefined - -libtalermint_la_SOURCES = \ - mint_api.c - -libtalermint_la_LIBADD = \ - -lgnunetutil \ - -ljansson \ - -lcurl - -check_PROGRAMS = \ - test_mint_api - -test_mint_api_SOURCES = \ - test_mint_api.c -test_mint_api_LDADD = \ - libtalermint.la \ - $(LIBGCRYPT_LIBS) \ - $(top_builddir)/src/util/libtalerutil.la \ - -lgnunetutil \ - -ljansson - -- cgit v1.2.3