From ebcc92069d6b4f59a3ab39d66649f5c3c0e6a768 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 1 Aug 2023 10:16:17 -0700 Subject: Added unit pkg-config file. --- src/unit.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/unit.pc.in (limited to 'src') 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@ -- cgit