diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-02-18 14:40:42 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-02-18 14:40:42 +0100 |
commit | f0e33f058a99b984611acf3fbffb4b37004296bf (patch) | |
tree | 1881bb7172d3264ecf44437e3ff3d3f1a0ced65a /abicheck/apt_build.xml.in | |
parent | 707bc26669bebe5ec4b5f11dc69ad42ca79a8d67 (diff) |
abicheck: use absoute path for build too
Diffstat (limited to 'abicheck/apt_build.xml.in')
-rw-r--r-- | abicheck/apt_build.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abicheck/apt_build.xml.in b/abicheck/apt_build.xml.in new file mode 100644 index 000000000..f7d4c90cf --- /dev/null +++ b/abicheck/apt_build.xml.in @@ -0,0 +1,11 @@ +<version> + build-branch +</version> + + <headers> + @build_path@/include/apt-pkg + </headers> + + <libs> + @build_path@/bin/ + </libs> |