libedit.pc.in 317 B

123456789101112
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: libedit
  6. Description: command line editor library provides generic line editing, history, and tokenization functions.
  7. Version: @VERSION@
  8. Requires:
  9. Libs: -L${libdir} -ledit @LIBS@
  10. Cflags: -I${includedir} -I${includedir}/editline