summaryrefslogtreecommitdiff
path: root/abicheck/apt_build.xml
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-02-18 11:39:08 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-02-18 11:39:08 +0100
commitd8cd04f8583b05076dafe34496b53731062b6060 (patch)
tree8bb64d1cc909096ceacb1d2123dfd7e429a8e434 /abicheck/apt_build.xml
parent9720f8d3377e4042515233974b30da629dc01dad (diff)
* abicheck/
- add new abitest tester using the ABI Compliance Checker from http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker
Diffstat (limited to 'abicheck/apt_build.xml')
-rw-r--r--abicheck/apt_build.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/abicheck/apt_build.xml b/abicheck/apt_build.xml
new file mode 100644
index 000000000..d1f4063eb
--- /dev/null
+++ b/abicheck/apt_build.xml
@@ -0,0 +1,11 @@
+<version>
+ ubuntu-branch
+</version>
+
+ <headers>
+ ../build/include/apt-pkg
+ </headers>
+
+ <libs>
+ ../build/bin/
+ </libs>