[gnome-builder/gnome-builder-3-20] Bug 766385 - Changes in Makefile.am
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-20] Bug 766385 - Changes in Makefile.am
- Date: Sat, 14 May 2016 16:11:17 +0000 (UTC)
commit 56b1535b12586aa4c8880a39129a826f320960fa
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]