On Wed, 2009-10-21 at 08:23 -0400, Stephen Smalley wrote: > On Tue, 2009-10-20 at 22:35 -0400, Eamon Walsh wrote: > > Add pkgconfig files for libsepol, libselinux, and libsemanage. > > > > Having a pkgconfig file allows the pkg-config(1) 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 required to use it. > > > > Based on Debian patches by Manoj Srivastava<srivasta@xxxxxxxxxx>. > > > > Signed-off-by: Eamon Walsh<ewalsh@xxxxxxxxxxxxx> > > --- > > > > Note that the .pc.in files themselves could use some review to make > > sure the Requires and Libs lines are correct. The sepol and selinux > > ones are from the Debian repos; the semanage one I wrote myself. > > > diff --git a/libselinux/src/libselinux.pc.in b/libselinux/src/libselinux.pc.in > > new file mode 100644 > > index 0000000..c9608d9 > > --- /dev/null > > +++ b/libselinux/src/libselinux.pc.in > > @@ -0,0 +1,13 @@ > > +prefix=@prefix@ > > +exec_prefix=${prefix} > > +libdir=${exec_prefix}/lib > > +includedir=@includedir@ > > + > > +Name: libselinux > > +Description: SELinux utility library > > +Version: @VERSION@ > > +URL: http://www.nsa.gov/research/selinux/ Also the URLs should now point to the userspace.selinuxproject.org site. -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.