summaryrefslogtreecommitdiffstats
path: root/history.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'history.pc.in')
-rw-r--r--history.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/history.pc.in b/history.pc.in
new file mode 100644
index 0000000..8a80775
--- /dev/null
+++ b/history.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: History
+Description: Gnu History library for managing previously-entered lines
+URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
+Version: @LIBVERSION@
+Libs: -L${libdir} -lhistory
+Cflags: -I${includedir}