[gnome-builder] autotools-templates: install missing files



commit d6e1ada94e90fdb42b0729e2286539061ef56584
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Aug 9 00:42:45 2016 -0300

    autotools-templates: install missing files
    
    After the introduction of the gnome-app template, the
    needed template files were not being correctly installed,
    causing the project creator to not create the project
    property.
    
    Fix this by including the missing, newly-introduced files.

 plugins/autotools-templates/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/plugins/autotools-templates/Makefile.am b/plugins/autotools-templates/Makefile.am
index bf2fb1d..6ffed25 100644
--- a/plugins/autotools-templates/Makefile.am
+++ b/plugins/autotools-templates/Makefile.am
@@ -10,6 +10,7 @@ resourcedir = $(datadir)/gnome-builder/plugins/
 nobase_resource_DATA = \
        autotools_templates/resources/CONTRIBUTING.md \
        autotools_templates/resources/Makefile.am \
+       autotools_templates/resources/ManifestTemplate.flatpak.json \
        autotools_templates/resources/NEWS \
        autotools_templates/resources/README.md \
        autotools_templates/resources/autogen.sh \
@@ -38,7 +39,11 @@ nobase_resource_DATA = \
        autotools_templates/resources/po/LINGUAS \
        autotools_templates/resources/po/Makevars \
        autotools_templates/resources/po/POTFILES.in \
+       autotools_templates/resources/src/main.c \
+       autotools_templates/resources/src/main.cpp \
+       autotools_templates/resources/src/main.vala \
        autotools_templates/resources/src/Makefile.empty \
+       autotools_templates/resources/src/Makefile.gnome-app \
        autotools_templates/resources/src/Makefile.shared-library-c \
        autotools_templates/resources/src/Makefile.shared-library-vala \
        autotools_templates/resources/src/package-version.h.in \


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