summaryrefslogtreecommitdiff
path: root/src/ivy-tcl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy-tcl.pc.in')
-rw-r--r--src/ivy-tcl.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ivy-tcl.pc.in b/src/ivy-tcl.pc.in
new file mode 100644
index 0000000..86c9ef3
--- /dev/null
+++ b/src/ivy-tcl.pc.in
@@ -0,0 +1,10 @@
+prefix=@PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: ivy-tcl
+Description: A software bus (TCL main loop)
+Version: @MAJOR@.@MINOR@
+Libs: -L${libdir} -ltclivy @PCREINC@ @EXTRALIB@
+Cflags: -I${includedir} @REGEXP@ @PCRELIB@