aboutsummaryrefslogtreecommitdiffstats
path: root/abi-descriptor.template
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-05-31 12:07:25 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-05-31 12:07:25 +0000
commit8ac668362979935de61f80593eddaa24690283b9 (patch)
treeeeed42faf6d7be519fd50b8124aadd9cedddf847 /abi-descriptor.template
parent4d11bebc1dd561e8034855d9e198cd5cf8b44246 (diff)
Add dumpabi target to Makefiles in wsutil, epan and wiretap directories.
We can use the dumped ABI description for comparing ABI changes between revisions. svn path=/trunk/; revision=37474
Diffstat (limited to 'abi-descriptor.template')
-rw-r--r--abi-descriptor.template14
1 files changed, 14 insertions, 0 deletions
diff --git a/abi-descriptor.template b/abi-descriptor.template
new file mode 100644
index 0000000000..f52ef24f0f
--- /dev/null
+++ b/abi-descriptor.template
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<descriptor>
+<version>
+ 0.0.0
+</version>
+<headers>
+ {RELPATH}/abi-check-headers
+</headers>
+<libs>
+ {RELPATH}/.libs
+</libs>
+<include_paths>INCLUDE_DIRS
+</include_paths>
+</descriptor>