]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Remove lxc.pc pkgconfig usage
authordlezcano <dlezcano>
Fri, 21 Nov 2008 18:17:38 +0000 (18:17 +0000)
committerdlezcano <dlezcano>
Fri, 21 Nov 2008 18:17:38 +0000 (18:17 +0000)
Makefile.am
configure.in

index 0ecfb1df0cbd9ed5e0f3397ce58b16fc74888162..e35838a4466ee7dab542c6f50924b9f98cb5c4b7 100644 (file)
@@ -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
index 3b6ccfb7d856be8a5ae066e38056f7f52320a67a..be8abac7b59a618b60b88520609f2252a054b29e 100644 (file)
@@ -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