Packaging
---------

* mutually dependent libraries:
	libSynan <-> libRusSynan, libGerSynan, libEngSynan

	Causes unresolved symbols with --as-needed linking,
	currenlty warnings are suppressed with %set_verify_elf_skiplist\

* public and private headers are not separated properly
	Headers supposed to be used by programmers to write apps with 
	AOT libs seems to include numerous other headers from the package with 
	relative paths. So it was hard to figure out a clear subset of public headers.

	Currently workaround: make libaot-devel package with all the headers 
	/usr/include/aot/<subdirs>/*.h

