summaryrefslogtreecommitdiff
path: root/serf.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'serf.pc.in')
-rw-r--r--serf.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/serf.pc.in b/serf.pc.in
new file mode 100644
index 0000000..86df221
--- /dev/null
+++ b/serf.pc.in
@@ -0,0 +1,13 @@
+SERF_MAJOR_VERSION=@SERF_MAJOR_VERSION@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: serf
+Description: HTTP client library
+Version: @SERF_DOTTED_VERSION@
+Requires.private: libssl libcrypto
+Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
+Libs.private: @EXTRA_LIBS@ @SERF_LIBS@ -lz
+Cflags: -I${includedir}