mirror of
git://github.com/lxc/lxc
synced 2025-08-31 07:49:38 +00:00
Merge pull request #1101 from sergiusens/pkgconfig-prefix
Add a prefix to the lxc.pc
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
|
prefix=@prefix@
|
||||||
bindir=@BINDIR@
|
bindir=@BINDIR@
|
||||||
libdir=@LIBDIR@
|
libdir=${prefix}/@LIBDIR@
|
||||||
localstatedir=@LOCALSTATEDIR@
|
localstatedir=@LOCALSTATEDIR@
|
||||||
includedir=@INCLUDEDIR@
|
includedir=${prefix}/@INCLUDEDIR@
|
||||||
rootfsmountdir=@LXCROOTFSMOUNT@
|
rootfsmountdir=@LXCROOTFSMOUNT@
|
||||||
|
|
||||||
Name: lxc
|
Name: lxc
|
||||||
|
Reference in New Issue
Block a user