diff options
| author | Mark Friedenbach <[email protected]> | 2014-04-22 15:46:19 -0700 |
|---|---|---|
| committer | Mark Friedenbach <[email protected]> | 2014-09-26 15:42:04 -0700 |
| commit | a372168e77a8a195613a02983f2589252698bf0f (patch) | |
| tree | b300a5f7aa007645c6ba2bd708e7a962fab2894b /src/Makefile.am | |
| parent | Merge pull request #4986 (diff) | |
| download | discoin-a372168e77a8a195613a02983f2589252698bf0f.tar.xz discoin-a372168e77a8a195613a02983f2589252698bf0f.zip | |
Use a typedef for monetary values
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 94a582dfa..48e4fc5d8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,6 +65,7 @@ BITCOIN_CORE_H = \ addrman.h \ alert.h \ allocators.h \ + amount.h \ base58.h \ bloom.h \ chainparams.h \ |