Move namespace-info.vala to namespace-info.vala.in

This makes it possible for the .gir file to contain the dynamic API version.
This commit is contained in:
2016-03-10 15:39:22 +01:00
committed by Gergely Polonkai
parent 32245397fd
commit d99cb8b589
3 changed files with 4 additions and 2 deletions

View File

@@ -16,8 +16,8 @@
* <http://www.gnu.org/licenses/>.
*/
[CCode (gir_namespace = "Matrix", gir_version = "0.10")]
[CCode (gir_namespace = "Matrix", gir_version = "@MATRIX_GLIB_API_VERSION@")]
namespace Matrix {
[CCode (gir_namespace = "Event", gir_version = "0.10")]
[CCode (gir_namespace = "Event", gir_version = "@MATRIX_GLIB_API_VERSION@")]
namespace Event {}
}