summaryrefslogtreecommitdiffstats
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-05-11 08:57:02 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-05-11 08:57:02 +0000
commitfff111fe22a75e7a122c5bf8a5f33c416b56a658 (patch)
tree11c1cf5b0675fcd22912ba8e9b6af8be3b9194ff /make.tmpl.in
parent75e69cd1b2227a5f9112dbc4471a337b0615544d (diff)
downloadlvm2-fff111fe22a75e7a122c5bf8a5f33c416b56a658.tar.gz
lvm2-fff111fe22a75e7a122c5bf8a5f33c416b56a658.tar.xz
lvm2-fff111fe22a75e7a122c5bf8a5f33c416b56a658.zip
Add pkgconfigdir for placement of .pc files
Use easily overideable make install pkgconfigdir variable.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 6d9f6818..c22a6d1d 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -63,6 +63,7 @@ mandir = $(datarootdir)/man
localedir = $(DESTDIR)@LOCALEDIR@
staticdir = $(DESTDIR)@STATICDIR@
udevdir = $(DESTDIR)@udevdir@
+pkgconfigdir = $(usrlibdir)/pkgconfig
USRLIB_RELPATH = $(shell echo $(abspath $(usrlibdir) $(libdir)) | \
$(AWK) -f $(top_srcdir)/scripts/relpath.awk)