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
287745ca
Commit
287745ca
authored
Jun 10, 2009
by
Daniel Lezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove lxc-config file
Remove this file as it is not used. Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
bcd952a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
lxc-config.in
src/lxc/lxc-config.in
+0
-15
No files found.
src/lxc/lxc-config.in
deleted
100644 → 0
View file @
bcd952a1
#!/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
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