diff options
| author | Alan Westbrook <[email protected]> | 2014-01-27 13:39:05 -0800 |
|---|---|---|
| committer | Alan Westbrook <[email protected]> | 2014-01-27 13:39:05 -0800 |
| commit | 9748bc3f52a1135f62f08027f875ce36d95f3a8e (patch) | |
| tree | b361b9958fdb77c4b697d4e3ecf71f7de99b27f0 /src/makefile.linux-mingw | |
| parent | Fix warnings in Mac build (diff) | |
| download | discoin-9748bc3f52a1135f62f08027f875ce36d95f3a8e.tar.xz discoin-9748bc3f52a1135f62f08027f875ce36d95f3a8e.zip | |
Fix dogecoind build errors
* wildcard on mac makefile doesn’t work the way it works on other
platforms =P
* Add missing json_spirit_value objects for all the platform makefiles
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index e6c972332..662873f54 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -59,6 +59,7 @@ HEADERS = $(wildcard *.h) OBJS= \ leveldb/libleveldb.a \ + json/json_spirit_value.o \ obj/alert.o \ obj/version.o \ obj/checkpoints.o \ |