s4:torture: Adapt KDC canon test to Heimdal upstream changes
[samba.git] / third_party / heimdal / lib / libedit / libedit.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: libedit
7 Description: command line editor library provides generic line editing, history, and tokenization functions.
8 Version: @VERSION@
9 Requires:
10 Libs: -L${libdir} -ledit @LIBS@
11 Cflags: -I${includedir} -I${includedir}/editline
12