fbfca8acbe8fa9612b0bdf10383c781f1407c298
[deliverable/binutils-gdb.git] / readline / readline.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: Readline
7 Description: Gnu Readline library for command line editing
8 URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
9 Version: @LIBVERSION@
10 Requires.private: tinfo
11 Libs: -L${libdir} -lreadline
12 Cflags: -I${includedir}/readline
This page took 0.028678 seconds and 3 git commands to generate.