diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-15 18:19:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-15 18:19:35 +0000 |
| commit | 4091ab93d7b4a4ac78f91b6501b9c3898b335d28 (patch) | |
| tree | d93d580e2f9504152c033d1d9993856db2913349 /wscript | |
| parent | a2374eb06a0f6d391d1d5ae04f50ce5e8076173a (diff) | |
Remove asdcplib from .pc file.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ def build(bld): bld(source='libdcp%s.pc.in' % bld.env.API_VERSION, version=VERSION, includedir='%s/include/libdcp%s' % (bld.env.PREFIX, bld.env.API_VERSION), - libs="-L${libdir} -ldcp%s -lasdcp-libdcp%s -lkumu-libdcp%s -lcxml -lboost_system%s" % (API_VERSION, bld.env.API_VERSION, bld.env.API_VERSION, boost_lib_suffix), + libs="-L${libdir} -ldcp%s -lcxml -lboost_system%s" % (bld.env.API_VERSION, boost_lib_suffix), install_path='${LIBDIR}/pkgconfig') bld.recurse('src') |
