Commit 9d0195cb by dlezcano

Remove lxc.pc pkgconfig usage

parent 6ebc80f8
......@@ -2,9 +2,7 @@
SUBDIRS = doc src test etc
DIST_SUBDIRS = config doc src test etc
EXTRA_DIST = lxc.spec CONTRIBUTING MAINTAINERS ChangeLog lxc.pc.in
pkgconfigdir = /usr/lib/pkgconfig
pkgconfig_DATA = lxc.pc
EXTRA_DIST = lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
ChangeLog::
@touch ChangeLog
......
......@@ -38,15 +38,12 @@ fi
AC_ARG_ENABLE(test, [ --enable-test compile test program [default=no]],, enable_test=no)
AM_CONDITIONAL(ENABLE_TEST, test x$enable_test = xyes)
AC_SUBST(LXC_MAJOR_VERSION)
AC_SUBST(LXC_MINOR_VERSION)
AC_SUBST(LXC_MICRO_VERSION)
AC_CONFIG_FILES([
Makefile
lxc.pc
lxc.spec
config/Makefile
......@@ -70,6 +67,7 @@ AC_CONFIG_FILES([
src/lxc/Makefile
src/lxc/lxc-ps
src/lxc/lxc-ls
src/lxc/lxc-netstat
src/lxc/lxc-checkconfig
etc/Makefile
etc/lxc-macvlan.conf
......
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