HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git] / abi-descriptor.template
blob43dd9a6fd6fa25bfead9a9423ee9a00696bfb15a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <descriptor>
3 <version>
4 0.0.0
5 </version>
6 <headers>
7 {RELPATH}/abi-check-headers
8 </headers>
9 <libs>
10 @LIBRARY_OUTPUT_PATH@
11 </libs>
12 <include_paths>@INCLUDE_DIRS@
13 </include_paths>
14 <gcc_options>
15 -D_U_="__attribute((unused))"
16 </gcc_options>
17 <include_preamble>
18 config.h
19 </include_preamble>
20 </descriptor>