post release commit
[hkl.git] / hkl.pc.in
blob4ce302619f4bd453801b6118e00eff96cf2c5174
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: hkl
7 Description: Library for hkl Diffractometer computation
8 Version: @VERSION@
9 URL: http://repo.or.cz/w/hkl.git
10 Requires: gsl glib-2.0
11 Libs: -L${libdir} -lhkl
12 Libs.private: -lm
13 Cflags: -I${includedir}/hkl-@VMAJ@