0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Remove node.pc

This commit is contained in:
Ryan Dahl 2009-10-05 13:04:21 +02:00
parent e2b7902469
commit bac16bd8ac
2 changed files with 0 additions and 14 deletions

View File

@ -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}

View File

@ -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'