aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/ethash/node-ethash/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/ethereum/ethash/node-ethash/binding.gyp')
-rw-r--r--Godeps/_workspace/src/github.com/ethereum/ethash/node-ethash/binding.gyp29
1 files changed, 0 insertions, 29 deletions
diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/node-ethash/binding.gyp b/Godeps/_workspace/src/github.com/ethereum/ethash/node-ethash/binding.gyp
deleted file mode 100644
index 642c33cb3..000000000
--- a/Godeps/_workspace/src/github.com/ethereum/ethash/node-ethash/binding.gyp
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "targets":
- [{
- "target_name": "ethash",
- "sources": [
- './ethash.cc',
- '../libethash/ethash.h',
- '../libethash/util.c',
- '../libethash/util.h',
- '../libethash/blum_blum_shub.h',
- '../libethash/blum_blum_shub.c',
- '../libethash/sha3.h',
- '../libethash/sha3.c',
- '../libethash/internal.h',
- '../libethash/internal.c'
- ],
- "include_dirs": [
- "../",
- "<!(node -e \"require('nan')\")"
- ],
- "cflags": [
- "-Wall",
- "-Wno-maybe-uninitialized",
- "-Wno-uninitialized",
- "-Wno-unused-function",
- "-Wextra"
- ]
- }]
-}