Home | History | Annotate | Download | only in src
      1 prefix=@prefix@
      2 exec_prefix=${prefix}
      3 libdir=${exec_prefix}/@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libselinux
      7 Description: SELinux utility library
      8 Version: @VERSION@
      9 URL: http://userspace.selinuxproject.org/
     10 Requires.private: libsepol @PCRE_MODULE@
     11 Libs: -L${libdir} -lselinux
     12 Cflags: -I${includedir}
     13