]> www.ginac.de Git - ginac.git/blob - ginac.pc.in
Fixed the fix in commit f059ebe117d15292e0d262e6e8e232e835c7e33c.
[ginac.git] / ginac.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: GiNaC
7 Description: C++ library for symbolic calculations
8 Version: @VERSION@
9 Requires: cln >= 1.1.6
10 Libs: -L${libdir} -lginac @GINACLIB_RPATH@
11 Cflags: -I${includedir}