Return to readline.pc.in CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / readline |
1.1 ! misho 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: Libs: -L${libdir} -lreadline ! 11: Cflags: -I${includedir}