Eamon Walsh | 1277750 | 2009-10-20 22:24:10 -0400 | [diff] [blame] | 1 | prefix=@prefix@ |
| 2 | exec_prefix=${prefix} |
Marcus Folkesson | b24980e | 2018-02-14 10:57:04 +0100 | [diff] [blame] | 3 | libdir=@libdir@ |
Eamon Walsh | 1277750 | 2009-10-20 22:24:10 -0400 | [diff] [blame] | 4 | includedir=@includedir@ |
| 5 | |
| 6 | Name: libselinux |
| 7 | Description: SELinux utility library |
| 8 | Version: @VERSION@ |
| 9 | URL: http://userspace.selinuxproject.org/ |
Petr Lautrbach | 80d6927 | 2017-10-11 10:53:45 +0200 | [diff] [blame] | 10 | Requires.private: libsepol @PCRE_MODULE@ |
Stephen Smalley | 7e79169 | 2013-11-06 14:55:23 -0500 | [diff] [blame] | 11 | Libs: -L${libdir} -lselinux |
Eamon Walsh | 1277750 | 2009-10-20 22:24:10 -0400 | [diff] [blame] | 12 | Cflags: -I${includedir} |