diff options
Diffstat (limited to 'lib/libedit/libedit.pc.in')
| -rw-r--r-- | lib/libedit/libedit.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libedit/libedit.pc.in b/lib/libedit/libedit.pc.in new file mode 100644 index 000000000000..deaaa3913c26 --- /dev/null +++ b/lib/libedit/libedit.pc.in @@ -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 + |
