summaryrefslogtreecommitdiff
path: root/src/third_party/pcre-8.36/libpcrecpp.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/pcre-8.36/libpcrecpp.pc.in')
-rw-r--r--src/third_party/pcre-8.36/libpcrecpp.pc.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/third_party/pcre-8.36/libpcrecpp.pc.in b/src/third_party/pcre-8.36/libpcrecpp.pc.in
deleted file mode 100644
index ef006fe47aa..00000000000
--- a/src/third_party/pcre-8.36/libpcrecpp.pc.in
+++ /dev/null
@@ -1,12 +0,0 @@
-# Package Information for pkg-config
-
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libpcrecpp
-Description: PCRECPP - C++ wrapper for PCRE
-Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lpcre -lpcrecpp
-Cflags: -I${includedir} @PCRE_STATIC_CFLAG@