diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-13 13:11:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-13 13:11:54 +0200 |
commit | 9e9bad8dad9aacd3028e1baab76de36c8a5dbdc7 (patch) | |
tree | 95bb3ee1bd7f28d5f04f2e2259cb5a06a7c6e69c /src/mint/Makefile.am | |
parent | b69e3bf14b5ed73962daa9dfc3f0103b63038177 (diff) |
distinguish active/old denomination keys (#3634)
Diffstat (limited to 'src/mint/Makefile.am')
-rw-r--r-- | src/mint/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index 538020e9e..8d62f67c3 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -17,7 +17,6 @@ taler_mint_httpd_SOURCES = \ taler_mint_httpd_LDADD = \ $(LIBGCRYPT_LIBS) \ $(top_builddir)/src/util/libtalerutil.la \ - $(top_builddir)/src/pq/libtalerpq.la \ $(top_builddir)/src/mintdb/libtalermintdb.la \ -lmicrohttpd \ -ljansson \ |