aboutsummaryrefslogtreecommitdiffstats
path: root/abi-descriptor.template
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2015-11-23 03:26:44 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-23 07:50:57 +0000
commited4e53a0e7702ed259f5590727feb3750a21c45b (patch)
tree06b12bffe880c7503e1e7eb27a5ee1be1f65798e /abi-descriptor.template
parent391f11a7ec16045ed5909d617edcaada1f8f9afc (diff)
Fix 'make dumpapi' target
Broken by 67d9daa65b9d555ced9fb1a9df90b1f8f1a4a257. Also indent XML template. Change-Id: I3a604a0319d16caca7e191c48c16f42691f4b910 Reviewed-on: https://code.wireshark.org/review/12049 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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>