diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-10 17:46:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-10 17:46:09 +0200 |
commit | 27e271079b81b863888363a6aa0dae6d55427f22 (patch) | |
tree | 0f5b132e3bc59d8b05eb0020698b31fe0a1e9286 /src/mint/Makefile.am | |
parent | 7a2ddd1ee517d5a5e624b39926e1b847418c4090 (diff) |
calling /wire skeletons, adding /robots.txt page
Diffstat (limited to 'src/mint/Makefile.am')
-rw-r--r-- | src/mint/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index 71b4ce63a..7d75f9b62 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -19,6 +19,7 @@ taler_mint_httpd_SOURCES = \ taler-mint-httpd_admin.c taler-mint-httpd_admin.h \ taler-mint-httpd_deposit.c taler-mint-httpd_deposit.h \ taler-mint-httpd_withdraw.c taler-mint-httpd_withdraw.h \ + taler-mint-httpd_wire.c taler-mint-httpd_wire.h \ taler-mint-httpd_refresh.c taler-mint-httpd_refresh.h taler_mint_httpd_LDADD = \ $(LIBGCRYPT_LIBS) \ |