[gnome-builder/gnome-builder-3-20] Autotools-templates: Vala - Added namespace information for GIR generation



commit 96e1fbe9d2e17a4e2fd7010c30d1c7310e6446a8
Author: Daniel Espinosa <daniel espinosa pwmc mx>
Date:   Thu Jul 7 20:04:48 2016 -0500

    Autotools-templates: Vala - Added namespace information for GIR generation

 .../resources/src/Makefile.shared-library-vala     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/autotools-templates/autotools_templates/resources/src/Makefile.shared-library-vala 
b/plugins/autotools-templates/autotools_templates/resources/src/Makefile.shared-library-vala
index fc6159c..d1bc3c3 100644
--- a/plugins/autotools-templates/autotools_templates/resources/src/Makefile.shared-library-vala
+++ b/plugins/autotools-templates/autotools_templates/resources/src/Makefile.shared-library-vala
@@ -1,6 +1,7 @@
 lib_LTLIBRARIES = lib{{name}}-@API_VERSION@.la
 
 lib{{name_}}_@API_VERSION@_la_SOURCES = \
+       {{name}}-namespace.vala \
        {{name}}.vala \
        $(NULL)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]