Commit 758243d8 by Sergio Schvezov

Add a prefix to the lxc.pc

This allows installing to different locations and using the lxc.pc to build using the generated includedir and libdir. Signed-off-by: 's avatarSergio Schvezov <sergio.schvezov@ubuntu.com>
parent 3dad8c43
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment