Home | History | Annotate | Download | only in ss
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: ss
      7 Description: Subsystem command parsing library
      8 Version: @E2FSPROGS_VERSION@
      9 Requires.private: com_err
     10 Cflags: -I${includedir}/ss -I${includedir}
     11 Libs: -L${libdir} -lss
     12 Libs.private: @DLOPEN_LIB@
     13