Home | History | Annotate | Download | only in src
      1 prefix=@prefix@
      2 exec_prefix=@exec_prefix@
      3 libdir=@libdir@
      4 includedir=@includedir@
      5 
      6 Name: libunwind-generic
      7 Description: libunwind generic library
      8 Version: @VERSION@
      9 Requires: libunwind
     10 Libs: -L${libdir} -lunwind-generic
     11 Cflags: -I${includedir}
     12