Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
9d0195cb
Commit
9d0195cb
authored
Nov 21, 2008
by
dlezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove lxc.pc pkgconfig usage
parent
6ebc80f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
Makefile.am
Makefile.am
+1
-3
configure.in
configure.in
+1
-3
No files found.
Makefile.am
View file @
9d0195cb
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
SUBDIRS
=
doc src
test
etc
SUBDIRS
=
doc src
test
etc
DIST_SUBDIRS
=
config doc src
test
etc
DIST_SUBDIRS
=
config doc src
test
etc
EXTRA_DIST
=
lxc.spec CONTRIBUTING MAINTAINERS ChangeLog lxc.pc.in
EXTRA_DIST
=
lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
pkgconfigdir
=
/usr/lib/pkgconfig
pkgconfig_DATA
=
lxc.pc
ChangeLog
::
ChangeLog
::
@
touch
ChangeLog
@
touch
ChangeLog
...
...
configure.in
View file @
9d0195cb
...
@@ -38,15 +38,12 @@ fi
...
@@ -38,15 +38,12 @@ fi
AC_ARG_ENABLE(test, [ --enable-test compile test program [default=no]],, enable_test=no)
AC_ARG_ENABLE(test, [ --enable-test compile test program [default=no]],, enable_test=no)
AM_CONDITIONAL(ENABLE_TEST, test x$enable_test = xyes)
AM_CONDITIONAL(ENABLE_TEST, test x$enable_test = xyes)
AC_SUBST(LXC_MAJOR_VERSION)
AC_SUBST(LXC_MAJOR_VERSION)
AC_SUBST(LXC_MINOR_VERSION)
AC_SUBST(LXC_MINOR_VERSION)
AC_SUBST(LXC_MICRO_VERSION)
AC_SUBST(LXC_MICRO_VERSION)
AC_CONFIG_FILES([
AC_CONFIG_FILES([
Makefile
Makefile
lxc.pc
lxc.spec
lxc.spec
config/Makefile
config/Makefile
...
@@ -70,6 +67,7 @@ AC_CONFIG_FILES([
...
@@ -70,6 +67,7 @@ AC_CONFIG_FILES([
src/lxc/Makefile
src/lxc/Makefile
src/lxc/lxc-ps
src/lxc/lxc-ps
src/lxc/lxc-ls
src/lxc/lxc-ls
src/lxc/lxc-netstat
src/lxc/lxc-checkconfig
src/lxc/lxc-checkconfig
etc/Makefile
etc/Makefile
etc/lxc-macvlan.conf
etc/lxc-macvlan.conf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment