Dissect SSH over SCTP when using the IANA assigned SCTP port 22.
[obnox/wireshark/wip.git] / Makefile.am.inc
index 3c77dba0d8859ee20e92c71eb8423e034f6ba0f5..a7ad8e6b50e5051cf27151cfcce0283b1f7ea92e 100644 (file)
 
 .l.c:
        $(RUNLEX) "$(LEX)" -o$@ $<
+
+.def.sym:
+       $(AWK) '/^EXPORTS$$/ {next;}; ${def_sym_filter_symbols} /^[^;]/ { print $$1;}' < $< > $@
+
+# abi-compliance-checker descriptor
+INCLUDE_DIRS = $(subst -I,NEWLINE,$(filter -I%, $(CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir)))
+abi-descriptor.xml: ../abi-descriptor.template
+       sed "s|INCLUDE_DIRS|$(INCLUDE_DIRS)|g;s/NEWLINE/\n    /g" $< > $@