summaryrefslogtreecommitdiffstats
path: root/libtinyframe.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libtinyframe.pc.in')
-rw-r--r--libtinyframe.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libtinyframe.pc.in b/libtinyframe.pc.in
new file mode 100644
index 0000000..d6179ee
--- /dev/null
+++ b/libtinyframe.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libtinyframe
+Description: Minimalistic Frame Streams library
+Version: @VERSION@
+URL: https://github.com/DNS-OARC/tinyframe
+Libs: -L${libdir} -ltinyframe
+Libs.private:
+Cflags: -I${includedir}