summaryrefslogtreecommitdiff
path: root/src/mint/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 20:10:59 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 20:10:59 +0100
commit172505bd0f16f5be18d64e86c4ad7ed01e920c1d (patch)
tree0058ad97077416e71780be266e8e78eed78e3671 /src/mint/Makefile.am
parent554ee3d4da95a9fcfd408f1085586d0b6d1834f4 (diff)
downloadexchange-172505bd0f16f5be18d64e86c4ad7ed01e920c1d.tar.gz
exchange-172505bd0f16f5be18d64e86c4ad7ed01e920c1d.tar.bz2
exchange-172505bd0f16f5be18d64e86c4ad7ed01e920c1d.zip
splitting up /keys and keystate handling
Diffstat (limited to 'src/mint/Makefile.am')
-rw-r--r--src/mint/Makefile.am3
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 = \
taler_mint_httpd_SOURCES = \
taler-mint-httpd.c \
+ taler-mint-httpd_keystate.c taler-mint-httpd_keystate.h \
+ taler-mint-httpd_db.c taler-mint-httpd_db.h \
taler-mint-httpd_parsing.c taler-mint-httpd_parsing.h \
taler-mint-httpd_responses.c taler-mint-httpd_responses.h \
- taler-mint-httpd_db.c taler-mint-httpd_db.h \
taler-mint-httpd_mhd.c \
taler-mint-httpd_keys.c \
taler-mint-httpd_deposit.c \