aboutsummaryrefslogtreecommitdiffstats
path: root/abi-descriptor.template
diff options
context:
space:
mode:
Diffstat (limited to 'abi-descriptor.template')
-rw-r--r--abi-descriptor.template24
1 files changed, 12 insertions, 12 deletions
diff --git a/abi-descriptor.template b/abi-descriptor.template
index 43dd9a6fd6..8f1be3e52e 100644
--- a/abi-descriptor.template
+++ b/abi-descriptor.template
@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<descriptor>
-<version>
+ <version>
0.0.0
-</version>
-<headers>
+ </version>
+ <headers>
{RELPATH}/abi-check-headers
-</headers>
-<libs>
+ </headers>
+ <libs>
@LIBRARY_OUTPUT_PATH@
-</libs>
-<include_paths>@INCLUDE_DIRS@
-</include_paths>
-<gcc_options>
+ </libs>
+ <include_paths>@INCLUDE_DIRS@
+ </include_paths>
+ <gcc_options>
-D_U_="__attribute((unused))"
-</gcc_options>
-<include_preamble>
+ </gcc_options>
+ <include_preamble>
config.h
-</include_preamble>
+ </include_preamble>
</descriptor>