Revision: 1865
Author:
lieven....@gmail.com
Date: Mon May 20 07:16:16 2013
Log: On the 1.2.x branch:
Fix issue in serfmake where serf-1.pc is only created when explicitly
invoking
'serfmake build', not when going directly to 'serfmake install'.
Applied directly to this branch as serfmake was removed from trunk.
Patch by: Gabriela Gibson
* serfmake: Add .pc file as build target for the install command.
http://code.google.com/p/serf/source/detail?r=1865
Modified:
/branches/1.2.x/serfmake
=======================================
--- /branches/1.2.x/serfmake Sun Dec 9 10:56:19 2012
+++ /branches/1.2.x/serfmake Mon May 20 07:16:16 2013
@@ -144,6 +144,7 @@
def cmd_install(param):
builder = Builder(param)
+ builder.build_target(File('.', PCFILE, 'pc'), False)
### should be called .install_all()
builder.install_target(File('.', LIBNAME, 'la'), False)