[lxc-devel] [PATCH 2/3] lxc-pkgconfig-dir

Dwight Engen dwight.engen at oracle.com
Mon Sep 10 14:28:37 UTC 2012


Put pkg-config .pc file in libdir.

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 887e300..c66ecc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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::




More information about the lxc-devel mailing list