replace libeditline with libedit
This commit is contained in:
12
lib/libedit/libedit.pc.in
Normal file
12
lib/libedit/libedit.pc.in
Normal file
@@ -0,0 +1,12 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: libedit
|
||||
Description: command line editor library provides generic line editing, history, and tokenization functions.
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -ledit @LIBS@
|
||||
Cflags: -I${includedir} -I${includedir}/editline
|
||||
|
Reference in New Issue
Block a user