diff options
Diffstat (limited to 'src/mint/Makefile.am')
-rw-r--r-- | src/mint/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index 17b82dc51..e2c44d21f 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am | |||
@@ -61,9 +61,10 @@ taler_mint_reservemod_LDFLAGS = \ | |||
61 | 61 | ||
62 | taler_mint_httpd_SOURCES = \ | 62 | taler_mint_httpd_SOURCES = \ |
63 | taler-mint-httpd.c \ | 63 | taler-mint-httpd.c \ |
64 | taler-mint-httpd_keystate.c taler-mint-httpd_keystate.h \ | ||
65 | taler-mint-httpd_db.c taler-mint-httpd_db.h \ | ||
64 | taler-mint-httpd_parsing.c taler-mint-httpd_parsing.h \ | 66 | taler-mint-httpd_parsing.c taler-mint-httpd_parsing.h \ |
65 | taler-mint-httpd_responses.c taler-mint-httpd_responses.h \ | 67 | taler-mint-httpd_responses.c taler-mint-httpd_responses.h \ |
66 | taler-mint-httpd_db.c taler-mint-httpd_db.h \ | ||
67 | taler-mint-httpd_mhd.c \ | 68 | taler-mint-httpd_mhd.c \ |
68 | taler-mint-httpd_keys.c \ | 69 | taler-mint-httpd_keys.c \ |
69 | taler-mint-httpd_deposit.c \ | 70 | taler-mint-httpd_deposit.c \ |