summaryrefslogtreecommitdiff
path: root/libpcre16.pc.in
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2015-12-22 13:37:39 +0000
committerMatthew Vernon <matthew@debian.org>2015-12-22 13:37:39 +0000
commit89fe0c9bb581b5a1608738d68f2520c6426b549b (patch)
tree27cc6788804db5a7fe88b8f08a7e428c4e61a134 /libpcre16.pc.in
pcre3 (2:8.38-1) unstable; urgency=low
* New upstream version # imported from the archive
Diffstat (limited to 'libpcre16.pc.in')
-rw-r--r--libpcre16.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/libpcre16.pc.in b/libpcre16.pc.in
new file mode 100644
index 0000000..080c9dc
--- /dev/null
+++ b/libpcre16.pc.in
@@ -0,0 +1,13 @@
+# Package Information for pkg-config
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libpcre16
+Description: PCRE - Perl compatible regular expressions C library with 16 bit character support
+Version: @PACKAGE_VERSION@
+Libs: -L${libdir} -lpcre16
+Libs.private: @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
+Cflags: -I${includedir} @PCRE_STATIC_CFLAG@