|
Revision 12777502c638698a9e1dd6748a2309cb87946a65, 229 bytes
(checked in by Eamon Walsh <ewalsh@tycho.nsa.gov>, 9 months ago)
|
Add pkgconfig files for libsepol, libselinux, and libsemanage.
Having a pkgconfig files allows the pkg-config tool to be used to
query the presence of the library (or a particular version of it),
and to obtain the C flags and linker arguments to build with it.
Based on Debian patches by Manoj Srivastava <srivasta@debian.org>.
Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
# Note: use "git ls-files -i --exclude-standard" to make sure |
|---|
| 2 |
# no tracked files are ignored as a result of any changes. |
|---|
| 3 |
|
|---|
| 4 |
# Object files |
|---|
| 5 |
*.o |
|---|
| 6 |
*.lo |
|---|
| 7 |
*.so |
|---|
| 8 |
*.so.[0-9] |
|---|
| 9 |
*.a |
|---|
| 10 |
*.s |
|---|
| 11 |
*.mo |
|---|
| 12 |
*.pc |
|---|
| 13 |
|
|---|
| 14 |
# Misc |
|---|
| 15 |
*.patch |
|---|
| 16 |
*.gz |
|---|
| 17 |
*~ |
|---|
| 18 |
|
|---|
| 19 |
# Failsafes |
|---|
| 20 |
!.gitignore |
|---|