chiark / gitweb /
build-sys: Fix install location of systemd.pc
authorMartin Pitt <martin.pitt@ubuntu.com>
Sun, 28 Dec 2014 11:14:25 +0000 (12:14 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 1 Jan 2015 15:53:40 +0000 (16:53 +0100)
commitaec432c6134146e138124c4130be2ee89dca07fa
tree5376c3182bde24ee51048a4f1c3addd33bdf5faa
parent2e219e5672689dad60e110f0b3366765506c4c58
build-sys: Fix install location of systemd.pc

systemd.pc contains "libdir" which can be architecture specific. Thus it needs
to be installed into libdir/pkgconfig/ instead of datadir/pkgconfig.

As nothing else is using pkgconfigdata any more, remove it entirely.

Note that udev.pc does not contain architecture specific values and thus can be
kept in /usr/share/pkgconfig/.
Makefile.am