summaryrefslogtreecommitdiff
path: root/abicheck/apt_build.xml.in
blob: 0e5fcb39f12f38b32b2aeac513293b3b860d6a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<version>
 build-branch
</version>
   
 <headers>
  @build_path@/include/apt-pkg
 </headers>
   
 <libs>
  @build_path@/apt-pkg/
 </libs>

 <skip_types>
  SubstVar
  _ns_flagdata
 </skip_types>

 <defines>
  #define APT_COMPILING_APT 1
 </defines>