wireshark/abi-descriptor.template
Balint Reczey d2e0724afc Add dumpabi targets to CMake builds
Also update automake generated targets to match CMake generated ones

svn path=/trunk/; revision=47879
2013-02-25 18:12:20 +00:00

21 lines
353 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<descriptor>
<version>
0.0.0
</version>
<headers>
{RELPATH}/abi-check-headers
</headers>
<libs>
@LIBRARY_OUTPUT_PATH@
</libs>
<include_paths>@INCLUDE_DIRS@
</include_paths>
<gcc_options>
-D_U_="__attribute((unused))"
</gcc_options>
<include_preamble>
config.h
</include_preamble>
</descriptor>