diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-02-18 11:39:08 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-02-18 11:39:08 +0100 |
commit | d8cd04f8583b05076dafe34496b53731062b6060 (patch) | |
tree | 8bb64d1cc909096ceacb1d2123dfd7e429a8e434 /abicheck/apt_build.xml | |
parent | 9720f8d3377e4042515233974b30da629dc01dad (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.xml | 11 |
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> |