diff options
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> |