aboutsummaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authordmitry@nexenta.com <root@myhost.(none)>2012-04-13 13:58:58 -0700
committerdmitry@nexenta.com <root@myhost.(none)>2012-04-13 13:58:58 -0700
commit72fc8070e428086bbbffe7c2de8268793f9d75dc (patch)
treef1e60885081bfe09f11d3c0321626870ea0492c2 /wscript
parent2e13a85e396570d0492ffd9dac9fefee59524da8 (diff)
downloadnode-augeas-72fc8070e428086bbbffe7c2de8268793f9d75dc.tar.gz
path to libxml2 required
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 4dbd829..47fe1bc 100644
--- a/wscript
+++ b/wscript
@@ -12,6 +12,7 @@ def configure(conf):
def build(bld):
obj = bld.new_task_gen('cxx', 'shlib', 'node_addon')
+ obj.cxxflags = ['-I/usr/include/libxml2']
obj.target = 'libaugeas'
obj.source = 'libaugeas.cc'
obj.uselib = ['AUGEAS']