diff options
| author | Jeff Garzik <[email protected]> | 2015-10-22 21:33:06 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2015-10-22 21:33:06 -0400 |
| commit | 3795e8152b678b9f805a395b144190a9f2fa2af4 (patch) | |
| tree | 2d714bcb45c42b93c4efc911c886ab238b451605 /src/Makefile.am | |
| parent | leveldbwrapper symbol rename: Remove "Level" from class, etc. names (diff) | |
| download | discoin-3795e8152b678b9f805a395b144190a9f2fa2af4.tar.xz discoin-3795e8152b678b9f805a395b144190a9f2fa2af4.zip | |
leveldbwrapper file rename to dbwrapper.*
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0a16a863e..312643cec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,7 +110,7 @@ BITCOIN_CORE_H = \ init.h \ key.h \ keystore.h \ - leveldbwrapper.h \ + dbwrapper.h \ limitedmap.h \ main.h \ memusage.h \ @@ -188,7 +188,7 @@ libbitcoin_server_a_SOURCES = \ httprpc.cpp \ httpserver.cpp \ init.cpp \ - leveldbwrapper.cpp \ + dbwrapper.cpp \ main.cpp \ merkleblock.cpp \ miner.cpp \ |