diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:48:08 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:48:47 +0200 |
commit | 7c0a660e184ded5b79e5294376c12c46698d42a8 (patch) | |
tree | dd159d3a06ef496356326860f88f406d9f020543 /abicheck/apt_build.xml.in | |
parent | e825742bbbbe99b99d525a3b34832b25a7396c84 (diff) |
CMake: Adjust abicheck locations
Look in build/apt-pkg and build/apt-inst instead of build/bin.
Gbp-Dch: ignore
Diffstat (limited to 'abicheck/apt_build.xml.in')
-rw-r--r-- | abicheck/apt_build.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abicheck/apt_build.xml.in b/abicheck/apt_build.xml.in index f7d4c90cf..32886d931 100644 --- a/abicheck/apt_build.xml.in +++ b/abicheck/apt_build.xml.in @@ -7,5 +7,6 @@ </headers> <libs> - @build_path@/bin/ + @build_path@/apt-pkg/ + @build_path@/apt-inst/ </libs> |