mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
Add pkg-config libeditline.pc file
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
8078ff69cc
commit
0a8f2ef420
@ -1,3 +1,5 @@
|
|||||||
doc_DATA = README LICENSE CHANGELOG
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
EXTRA_DIST = LICENSE CHANGELOG INSTALL
|
pkgconfig_DATA = libeditline.pc
|
||||||
SUBDIRS = src include man examples
|
doc_DATA = README LICENSE CHANGELOG
|
||||||
|
EXTRA_DIST = LICENSE CHANGELOG INSTALL
|
||||||
|
SUBDIRS = src include man examples
|
||||||
|
12
libeditline.pc.in
Normal file
12
libeditline.pc.in
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
prefix=@prefix@
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
||||||
|
Name: @PACKAGE@
|
||||||
|
Description: A small line editing library without termcap/curses
|
||||||
|
Version: @VERSION@
|
||||||
|
Requires:
|
||||||
|
Libs: -L${libdir} -leditline
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user