[gnome-builder] autotools-templates: make sure we ship all our resources
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] autotools-templates: make sure we ship all our resources
- Date: Sat, 23 Apr 2016 06:10:01 +0000 (UTC)
commit 179dcd5aaeadd08aafd384c7d861a49fcb610f1a
Author: Christian Hergert <christian hergert me>
Date: Fri Apr 22 23:09:55 2016 -0700
autotools-templates: make sure we ship all our resources
I made the mistake of forgetting to update this file with all the updated
resources required.
plugins/autotools-templates/Makefile.am | 49 ++++++++++++++++---------------
1 files changed, 25 insertions(+), 24 deletions(-)
---
diff --git a/plugins/autotools-templates/Makefile.am b/plugins/autotools-templates/Makefile.am
index 746b1f0..7c3cef1 100644
--- a/plugins/autotools-templates/Makefile.am
+++ b/plugins/autotools-templates/Makefile.am
@@ -8,39 +8,40 @@ dist_module_DATA = autotools_templates/__init__.py
resourcedir = $(datadir)/gnome-builder/plugins/
nobase_resource_DATA = \
+ autotools_templates/resources/CONTRIBUTING.md \
+ autotools_templates/resources/Makefile.am \
+ autotools_templates/resources/NEWS \
autotools_templates/resources/README.md \
- autotools_templates/resources/src/package.h \
- autotools_templates/resources/src/package.vala \
- autotools_templates/resources/src/Makefile.shared-library-c \
- autotools_templates/resources/src/Makefile.shared-library-vala \
- autotools_templates/resources/src/package-version.h.in \
- autotools_templates/resources/po/POTFILES.in \
- autotools_templates/resources/m4/gsettings.m4 \
- autotools_templates/resources/m4/ax_require_defined.m4 \
- autotools_templates/resources/m4/ax_compiler_vendor.m4 \
- autotools_templates/resources/m4/glib-gettext.m4 \
- autotools_templates/resources/m4/ax_append_compile_flags.m4 \
+ autotools_templates/resources/autogen.sh \
+ autotools_templates/resources/configure.ac \
+ autotools_templates/resources/data/Makefile.am \
+ autotools_templates/resources/data/package.pc.in \
+ autotools_templates/resources/git.mk \
+ autotools_templates/resources/m4/Makefile.am \
autotools_templates/resources/m4/appstream-xml.m4 \
- autotools_templates/resources/m4/ax_check_link_flag.m4 \
+ autotools_templates/resources/m4/ax_append_compile_flags.m4 \
+ autotools_templates/resources/m4/ax_append_flag.m4 \
autotools_templates/resources/m4/ax_check_compile_flag.m4 \
+ autotools_templates/resources/m4/ax_check_link_flag.m4 \
+ autotools_templates/resources/m4/ax_compiler_flags_cxxflags.m4 \
+ autotools_templates/resources/m4/ax_compiler_vendor.m4 \
autotools_templates/resources/m4/ax_cxx_compile_stdcxx_11.m4 \
- autotools_templates/resources/m4/Makefile.am \
+ autotools_templates/resources/m4/ax_require_defined.m4 \
+ autotools_templates/resources/m4/glib-gettext.m4 \
+ autotools_templates/resources/m4/gsettings.m4 \
autotools_templates/resources/m4/intltool.m4 \
- autotools_templates/resources/m4/ax_append_flag.m4 \
- autotools_templates/resources/m4/libtool.m4 \
- autotools_templates/resources/m4/vala.m4 \
autotools_templates/resources/m4/introspection.m4 \
+ autotools_templates/resources/m4/libtool.m4 \
autotools_templates/resources/m4/pkg.m4 \
+ autotools_templates/resources/m4/vala.m4 \
autotools_templates/resources/m4/vapigen.m4 \
- autotools_templates/resources/Makefile.am \
- autotools_templates/resources/CONTRIBUTING.md \
- autotools_templates/resources/git.mk \
- autotools_templates/resources/NEWS \
- autotools_templates/resources/configure.ac \
- autotools_templates/resources/autogen.sh \
- autotools_templates/resources/data/package.pc.in \
- autotools_templates/resources/data/Makefile.am \
autotools_templates/resources/po/Makevars \
+ autotools_templates/resources/po/POTFILES.in \
+ autotools_templates/resources/src/Makefile.shared-library-c \
+ autotools_templates/resources/src/Makefile.shared-library-vala \
+ autotools_templates/resources/src/package-version.h.in \
+ autotools_templates/resources/src/package.h \
+ autotools_templates/resources/src/package.vala \
$(NULL)
EXTRA_DIST = $(nobase_resource_DATA)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]