Commit 287745ca by Daniel Lezcano

remove lxc-config file

Remove this file as it is not used. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent bcd952a1
#!/bin/bash
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:@DATADIR@/pkgconfig
echo "lxc version: $(pkg-config --modversion lxc)"
echo "libdir : $(pkg-config --variable=libdir lxc)"
echo "bindir : $(pkg-config --variable=bindir lxc)"
echo "includedir : $(pkg-config --variable=includedir lxc)"
echo "statedir : $(pkg-config --variable=localstatedir lxc)"
echo "libs : $(pkg-config --libs lxc)"
if [ "$(pkg-config --cflags lxc)" != " " ]; then
echo "cflags : $(pkg-config --cflags lxc)"
fi
\ No newline at end of file
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