summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-08-01 10:16:17 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-08-01 10:16:17 -0700
commitebcc92069d6b4f59a3ab39d66649f5c3c0e6a768 (patch)
tree9ad5b903ac3f0acea1723c557b619677e76a8ebd /src
parent47ff51009fa05d83bb67cd5db16829ab4c0081d7 (diff)
downloadunit-ebcc92069d6b4f59a3ab39d66649f5c3c0e6a768.tar.gz
unit-ebcc92069d6b4f59a3ab39d66649f5c3c0e6a768.tar.bz2
Added unit pkg-config file.
Diffstat (limited to 'src')
-rw-r--r--src/unit.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/unit.pc.in b/src/unit.pc.in
new file mode 100644
index 00000000..4de0556f
--- /dev/null
+++ b/src/unit.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+libdir=@LIBDIR@
+confargs=@CONFARGS@
+modulesdir=@MODULESDIR@
+
+Name: unit
+Description: library to embed Unit
+Version: @VERSION@
+URL: https://unit.nginx.org
+Cflags: @CFLAGS@
+Libs: -L${libdir} -lunit @EXTRA_LIBS@