diff options
author | Thomas White <taw@physics.org> | 2012-12-03 17:05:08 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-12-03 17:12:40 +0100 |
commit | 6c4b989c187c46c1d14ae0beb598046c055e747c (patch) | |
tree | 364d72fa146954b7be4e55e8cc2f5eb2756fef81 /libcrystfel/crystfel.pc.in | |
parent | 44a5179f3e353627061f58c1cad717d383254843 (diff) |
Add crystfel.pc file for pkg-config
Diffstat (limited to 'libcrystfel/crystfel.pc.in')
-rw-r--r-- | libcrystfel/crystfel.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcrystfel/crystfel.pc.in b/libcrystfel/crystfel.pc.in new file mode 100644 index 00000000..bb7ba2c3 --- /dev/null +++ b/libcrystfel/crystfel.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: CrystFEL +Description: Useful routines for crystallography using a free-electron laser +Version: @VERSION@ +Cflags: -I${includedir} +Libs: -L${libdir} -lcrystfel |