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
b6345ba1
Commit
b6345ba1
authored
Jun 10, 2009
by
Daniel Lezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pkg-config for lxc
Add the pkg-config information for lxc. Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
3b9246c4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
0 deletions
+19
-0
Makefile.am
Makefile.am
+3
-0
configure.ac
configure.ac
+4
-0
lxc.pc.in
lxc.pc.in
+11
-0
lxc.spec.in
lxc.spec.in
+1
-0
No files found.
Makefile.am
View file @
b6345ba1
...
@@ -6,6 +6,9 @@ SUBDIRS = src test etc scripts doc
...
@@ -6,6 +6,9 @@ SUBDIRS = src test etc scripts doc
DIST_SUBDIRS
=
config src
test
etc scripts doc
DIST_SUBDIRS
=
config src
test
etc scripts doc
EXTRA_DIST
=
autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
EXTRA_DIST
=
autogen.sh lxc.spec CONTRIBUTING MAINTAINERS ChangeLog
pcdatadir
=
$(datadir)
/pkgconfig
pcdata_DATA
=
lxc.pc
ChangeLog
::
ChangeLog
::
@
touch
ChangeLog
@
touch
ChangeLog
...
...
configure.ac
View file @
b6345ba1
...
@@ -14,7 +14,10 @@ AC_PROG_LIBTOOL
...
@@ -14,7 +14,10 @@ AC_PROG_LIBTOOL
AC_CHECK_PROG(SETCAP, setcap, yes, no)
AC_CHECK_PROG(SETCAP, setcap, yes, no)
AC_CHECK_PROG(DOCBOOK, docbook2man, yes, no)
AC_CHECK_PROG(DOCBOOK, docbook2man, yes, no)
AM_CONDITIONAL(ENABLE_DOCBOOK, test x$DOCBOOK = xyes)
AM_CONDITIONAL(ENABLE_DOCBOOK, test x$DOCBOOK = xyes)
AS_AC_EXPAND(PREFIX, $prefix)
AS_AC_EXPAND(LIBDIR, $libdir)
AS_AC_EXPAND(BINDIR, $bindir)
AS_AC_EXPAND(BINDIR, $bindir)
AS_AC_EXPAND(INCLUDEDIR, $includedir)
AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
AS_AC_EXPAND(LIBEXECDIR, $libexecdir)
AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
AS_AC_EXPAND(LOCALSTATEDIR, $localstatedir)
AS_AC_EXPAND(LOCALSTATEDIR, $localstatedir)
...
@@ -59,6 +62,7 @@ AC_SUBST(LXC_MICRO_VERSION)
...
@@ -59,6 +62,7 @@ AC_SUBST(LXC_MICRO_VERSION)
AC_CONFIG_FILES([
AC_CONFIG_FILES([
Makefile
Makefile
lxc.pc
lxc.spec
lxc.spec
config/Makefile
config/Makefile
...
...
lxc.pc.in
0 → 100644
View file @
b6345ba1
bindir=@BINDIR@
libdir=@LIBDIR@
localstatedir=@LXCPATH@
includedir=@INCLUDEDIR@
Name: lxc
Description: linux container tools
Version: @LXC_MAJOR_VERSION@.@LXC_MINOR_VERSION@.@LXC_MICRO_VERSION@
URL: http://lxc.sourceforge.net
Libs: -L${libdir} -llxc -lutil
Cflags: -I${includedir}
lxc.spec.in
View file @
b6345ba1
...
@@ -78,6 +78,7 @@ chmod ugo+w /var/lxc
...
@@ -78,6 +78,7 @@ chmod ugo+w /var/lxc
%{_bindir}/*
%{_bindir}/*
%{_libexecdir}/*
%{_libexecdir}/*
%{_mandir}/*
%{_mandir}/*
%{_datadir}/pkgconfig/*
%files devel
%files devel
%defattr(-,root,root)
%defattr(-,root,root)
...
...
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