post-migration fixes for broken crates

This commit is contained in:
Alejandro R. Mosteo
2019-05-17 16:33:25 +02:00
parent 183fd9bccd
commit ac2e6da1ff
13 changed files with 104 additions and 82 deletions
+6 -1
View File
@@ -5,7 +5,12 @@ authors = ["AdaCore"]
website = "https://github.com/AdaCore/xmlada"
maintainers = ["alejandro@mosteo.com"]
project-files = ["distrib/xmlada.gpr"]
project-files = ["distrib/xmlada.gpr",
"dom/xmlada_dom.gpr",
"input_sources/xmlada_input.gpr",
"sax/xmlada_sax.gpr",
"schema/xmlada_schema.gpr",
"unicode/xmlada_unicode.gpr"]
[general.gpr-externals]
LIBRARY_TYPE = ["relocatable", "static", "static-pic"]