[gnome-builder] Bug 766385 - Changes in Makefile.am
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Bug 766385 - Changes in Makefile.am
- Date: Sat, 14 May 2016 16:10:33 +0000 (UTC)
commit 458e6bb9331dbb3d3f4aa2f391df93009964b123
Author: Raunaq Abhyankar <raunaq abhyankar gmail com>
Date: Sat May 14 13:26:10 2016 +0530
Bug 766385 - Changes in Makefile.am
In $project_path/Makefile.am's SUBDIRS 'src' should come before 'po'
https://bugzilla.gnome.org/show_bug.cgi?id=766385
.../autotools_templates/resources/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/autotools-templates/autotools_templates/resources/Makefile.am
b/plugins/autotools-templates/autotools_templates/resources/Makefile.am
index 867d9aa..2be5da8 100644
--- a/plugins/autotools-templates/autotools_templates/resources/Makefile.am
+++ b/plugins/autotools-templates/autotools_templates/resources/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = data{{if enable_i18n}} po{{end}} src
+SUBDIRS = data src{{if enable_i18n}} po{{end}}
EXTRA_DIST = AUTHORS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]