Edit

kc3-lang/libtommath/libtommath.pc.in

Branch :

  • Show log

    Commit

  • Author : Steffen Jaeckel
    Date : 2017-05-09 14:25:11
    Hash : f40568ba
    Message : add pkg-config file for shared library

  • libtommath.pc.in
  • prefix=@to-be-replaced@
    exec_prefix=${prefix}
    libdir=${exec_prefix}/lib
    includedir=${prefix}/include
    
    Name: LibTomMath
    Description: public domain library for manipulating large integer numbers
    Version: @to-be-replaced@
    Libs: -L${libdir} -ltommath
    Cflags: -I${includedir}