diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-15 15:40:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-15 15:40:07 +0100 |
commit | d0f2d8b42677b578e725cae999db7589fbe35e83 (patch) | |
tree | ece65f82b5aea0353e1f6deaed0d56f897eaeb65 /src/mint/Makefile.am | |
parent | 6404213457fbb9ddd089d556d95d841e21754ff8 (diff) |
simplify code structure, reduce exposure of keystate struct
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 19fba62f0..211d3c8fd 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -70,7 +70,6 @@ taler_mint_httpd_SOURCES = \ taler-mint-httpd_parsing.c taler-mint-httpd_parsing.h \ taler-mint-httpd_responses.c taler-mint-httpd_responses.h \ taler-mint-httpd_mhd.c \ - taler-mint-httpd_keys.c \ taler-mint-httpd_deposit.c \ taler-mint-httpd_withdraw.c \ taler-mint-httpd_refresh.c |