summaryrefslogtreecommitdiffstats
path: root/libcouchbase.xml
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-20 15:22:06 +0200
committerRemi Collet <remi@remirepo.net>2017-09-20 15:22:06 +0200
commit03fdbccea671a7c775430cb6f783922410513aca (patch)
tree85ca5352dc3d8a2c28d66ae5b649a1d3d088e2e6 /libcouchbase.xml
parenta65f089dba32983358d8a7ef73ce19643feb5589 (diff)
v2.8.1
Diffstat (limited to 'libcouchbase.xml')
-rw-r--r--libcouchbase.xml62
1 files changed, 62 insertions, 0 deletions
diff --git a/libcouchbase.xml b/libcouchbase.xml
new file mode 100644
index 0000000..52511b4
--- /dev/null
+++ b/libcouchbase.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<descriptor>
+
+<!-- Template for the Library Descriptor -->
+
+<!--
+ Necessary Sections
+ -->
+
+<version>
+ <!-- Version of the library -->
+2.8.1
+</version>
+
+<headers>
+ <!-- The list of paths to header files and/or
+ directories with header files, one per line -->
+/usr/include/libcouchbase
+</headers>
+
+<libs>
+ <!-- The list of paths to shared objects and/or
+ directories with shared objects, one per line -->
+/usr/lib64/libcouchbase.so
+</libs>
+
+<!--
+ Additional Sections
+ -->
+
+<include_paths>
+ <!-- The list of paths to be searched for header files
+ needed for compiling of library headers, one per line -->
+</include_paths>
+
+<gcc_options>
+ <!-- Additional gcc options, one per line -->
+</gcc_options>
+
+<include_preamble>
+ <!-- The list of header files that should be included before other headers, one per line.
+ For example, it is a tree.h for libxml2 and ft2build.h for freetype2 -->
+</include_preamble>
+
+<opaque_types>
+ <!-- The list of opaque types, one per line -->
+</opaque_types>
+
+<skip_interfaces>
+ <!-- The list of functions (mangled/symbol names in C++)
+ that should be skipped while testing, one per line -->
+</skip_interfaces>
+
+<skip_constants>
+ <!-- The list of constants that should not be checked, one name per line -->
+</skip_constants>
+
+<skip_headers>
+ <!-- The list of headers that should not be processed, one name per line -->
+</skip_headers>
+
+</descriptor>