Browse Source

Remove node.pc

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
bac16bd8ac
  1. 7
      src/node.pc.in
  2. 7
      wscript

7
src/node.pc.in

@ -1,7 +0,0 @@
prefix=@PREFIX@
includedir=${prefix}/include/node
Name: node
Description: v8 powered non-browser javascript
Version: @VERSION@
Cflags: @CCFLAGS@ @CPPFLAGS@ -I${includedir}

7
wscript

@ -340,13 +340,6 @@ def build(bld):
}
return x
# process file.pc.in -> file.pc
pkgconfig = bld.new_task_gen('subst', before="cxx")
pkgconfig.source = 'src/node.pc.in'
pkgconfig.target = 'node.pc'
pkgconfig.install_path = '${PREFIX}/lib/pkgconfig'
pkgconfig.dict = subflags(node)
# process file.pc.in -> file.pc
node_version = bld.new_task_gen('subst', before="cxx")
node_version.source = 'src/node_version.h.in'

Loading…
Cancel
Save