ref: dba053898a662923e8750021314e1e90d0b92f80
parent: 504601bb14d1841cf0afe6947213349c746ec8e6
parent: a7eea3e26729831b6daa5521c29717f59d0af3bd
author: John Koleszar <jkoleszar@google.com>
date: Mon Apr 23 08:11:08 EDT 2012
Merge "Use LIBSUBDIR for vpx.pc." into eider
--- a/libs.mk
+++ b/libs.mk
@@ -234,7 +234,7 @@
$(qexec)echo '# pkg-config file from libvpx $(VERSION_STRING)' > $@
$(qexec)echo 'prefix=$(PREFIX)' >> $@
$(qexec)echo 'exec_prefix=$${prefix}' >> $@
- $(qexec)echo 'libdir=$${prefix}/lib' >> $@
+ $(qexec)echo 'libdir=$${prefix}/$(LIBSUBDIR)' >> $@
$(qexec)echo 'includedir=$${prefix}/include' >> $@
$(qexec)echo '' >> $@
$(qexec)echo 'Name: vpx' >> $@
--
⑨