aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 13 deletions
diff --git a/serf.pc.in b/serf.pc.in
deleted file mode 100644
index 86df22168a30..000000000000
--- a/serf.pc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-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}