pc: Include MAJORMINOR in the .pc filename

This commit is contained in:
Jonas Ådahl 2015-12-10 17:04:34 +08:00 committed by Wim Taymans
parent ae098db0bb
commit 8a509ec2a4
3 changed files with 4 additions and 3 deletions

View file

@ -32,7 +32,8 @@ MAINTAINERCLEANFILES =
noinst_DATA =
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pkgconfig/libpinos.pc
pkgconfig_DATA = pkgconfig/libpinos-$(PINOS_MAJORMINOR).pc
eolspace:
find \( -name '*.c' -o -name '*.h' -o -name 'Makefile.am' \) -exec perl -i -pe 's/\s+\n$$/\1\n/;' \{\} \;