TODO SMB2 NegotiateContext....
[metze/wireshark/wip.git] / abi-descriptor.template
index dbf7f3841be6660f39afb1cc332464f86f81a952..8f1be3e52eb3aea8a2df61d0bb2b1d6d5dc71345 100644 (file)
@@ -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>
-    {RELPATH}/.libs
-</libs>
-<include_paths>INCLUDE_DIRS
-</include_paths>
-<gcc_options>
+  </headers>
+  <libs>
+    @LIBRARY_OUTPUT_PATH@
+  </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>