From: Daniel Lezcano Date: Wed, 10 Jun 2009 17:04:41 +0000 (+0200) Subject: remove lxc-config file X-Git-Tag: lxc_0_6_3~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=287745ca251787c50ee48b2c905e81fa8369fb5e;p=thirdparty%2Flxc.git remove lxc-config file Remove this file as it is not used. Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/lxc-config.in b/src/lxc/lxc-config.in deleted file mode 100644 index 547e6499c..000000000 --- a/src/lxc/lxc-config.in +++ /dev/null @@ -1,14 +0,0 @@ -#!/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