summaryrefslogtreecommitdiff
path: root/binding.gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-12 13:04:06 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-12 13:04:06 -0800
commitcaae73a33aa6dae1fecf30ccddcb01a4c0eb1d05 (patch)
treecd7d18667ffbe291c2fb6e44460dfded1f8c3fbe /binding.gyp
parent8c6f71fdb26a4d7a4e2743d3661ff53adbf1658b (diff)
downloadqtlocation-mapboxgl-caae73a33aa6dae1fecf30ccddcb01a4c0eb1d05.tar.gz
expose log messages to node.js
Diffstat (limited to 'binding.gyp')
-rw-r--r--binding.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/binding.gyp b/binding.gyp
index dc030205b3..c97efcf4b5 100644
--- a/binding.gyp
+++ b/binding.gyp
@@ -13,6 +13,8 @@
'src/mbgl.cpp',
'src/compress_png.hpp',
'src/compress_png.cpp',
+ 'src/node_log.hpp',
+ 'src/node_log.cpp',
'src/node_file_source.hpp',
'src/node_file_source.cpp',
'src/node_map.hpp',