Revert: * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
[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.030108 seconds and 4 git commands to generate.