count number of enctypes too
[heimdal.git] / lib / libedit / libedit.pc.in
blobdeaaa3913c260de2ea82ebe123809f8e34c68eb5
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
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