]> code.citadel.org Git - citadel.git/blob - libcitadel/libcitadel.pc.in
Ugly hack to fix wiki history broken by the 'message xxx is not in this room' securit...
[citadel.git] / libcitadel / libcitadel.pc.in
1 # libcitadel pkg-config file
2
3 prefix=@prefix@
4 exec_prefix=@exec_prefix@
5 libdir=@libdir@
6 includedir=@includedir@
7
8 Name: libcitadel
9 Description: citadel suite tools library
10 URL: http://www.citadel.org/
11 Version: @VERSION@
12 Conflicts:
13 Libs: -L${libdir} -lcitadel
14 Cflags: -I${includedir}