2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 16:57:57 +00:00

lxc-pkgconfig-dir

Put pkg-config .pc file in libdir.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
This commit is contained in:
Dwight Engen
2012-09-10 10:28:37 -04:00
committed by Stéphane Graber
parent 87af3ecd48
commit b97b78abda

View File

@@ -6,7 +6,7 @@ SUBDIRS = src templates doc
DIST_SUBDIRS = config src templates doc
EXTRA_DIST = autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
pcdatadir = $(datadir)/pkgconfig
pcdatadir = $(libdir)/pkgconfig
pcdata_DATA = lxc.pc
ChangeLog::