HEIMDAL: move code from source4/heimdal* to third_party/heimdal*
[samba.git] / third_party / heimdal / lib / hcrypto / libtommath / libtommath.pc.in
1 prefix=@to-be-replaced@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
5
6 Name: LibTomMath
7 Description: public domain library for manipulating large integer numbers
8 Version: @to-be-replaced@
9 Libs: -L${libdir} -ltommath
10 Cflags: -I${includedir}