diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-10-18 15:28:22 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-10-18 15:28:22 +0200 |
commit | 46032ac49ea769a28372208bd82c5dc5c4ad74b7 (patch) | |
tree | b5132e4090156db4511949ec82aa3e68d5fe9fa7 | |
parent | 417a952bc6451364d776e6973bae72664d3e7e6b (diff) |
fix rules for 'make dist'
-rw-r--r-- | src/backend/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/Makefile.am b/src/backend/Makefile.am index 1233ba89..63add5ac 100644 --- a/src/backend/Makefile.am +++ b/src/backend/Makefile.am @@ -13,7 +13,6 @@ bin_PROGRAMS = \ taler-merchant-httpd taler_merchant_httpd_SOURCES = \ - taler-merchant-httpd_map.h \ taler-merchant-httpd.c taler-merchant-httpd.h \ taler-merchant-httpd_parsing.c taler-merchant-httpd_parsing.h \ taler-merchant-httpd_responses.c taler-merchant-httpd_responses.h \ |