diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 15:03:47 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 15:03:47 +0100 |
commit | 9cbc31afc495ebdfe7b24535ca2eee54b5a17ab7 (patch) | |
tree | 00c1a871b8987f58442f77a2040deef8618932b1 /src/mint/Makefile.am | |
parent | b6154af448264daa814623bfb71edff642be1a14 (diff) |
move key IO routines into aptly named files
Diffstat (limited to 'src/mint/Makefile.am')
-rw-r--r-- | src/mint/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am index c0fd6949b..17b82dc51 100644 --- a/src/mint/Makefile.am +++ b/src/mint/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = \ libtalermint_common.la libtalermint_common_la_SOURCES = \ - mint_common.c \ + key_io.c key_io.h \ mint_db.c libtalermint_common_la_LIBADD = \ |