Skip to content

Commit

Permalink
Remove pkg-conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Jul 27, 2011
1 parent 8430148 commit 1ca5b6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions tools/nodejs.pc.in

This file was deleted.

8 changes: 0 additions & 8 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -956,14 +956,6 @@ def build(bld):
bld.install_files('${LIBDIR}/node/wafadmin', 'tools/wafadmin/*.py')
bld.install_files('${LIBDIR}/node/wafadmin/Tools', 'tools/wafadmin/Tools/*.py')

# create a pkg-config(1) file
node_conf = bld.new_task_gen('subst', before="cxx")
node_conf.source = 'tools/nodejs.pc.in'
node_conf.target = 'tools/nodejs.pc'
node_conf.dict = subflags(node)

bld.install_files('${LIBDIR}/pkgconfig', 'tools/nodejs.pc')

def shutdown():
Options.options.debug
# HACK to get binding.node out of build directory.
Expand Down

0 comments on commit 1ca5b6c

Please sign in to comment.