[anjuta] am-project: don't prefix object name with target name because of VALAFLAGS
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] am-project: don't prefix object name with target name because of VALAFLAGS
- Date: Wed, 22 Feb 2012 20:41:38 +0000 (UTC)
commit 9205416506ae404795dfcc6ab0b638c898b6eb67
Author: Abderrahim Kitouni <a kitouni gmail com>
Date: Fri Feb 17 14:08:43 2012 +0100
am-project: don't prefix object name with target name because of VALAFLAGS
Automake doesn't do it
plugins/am-project/am-properties.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c
index 24b259a..4d75d97 100644
--- a/plugins/am-project/am-properties.c
+++ b/plugins/am-project/am-properties.c
@@ -576,7 +576,7 @@ static AmpPropertyInfo AmpProgramTargetProperties[] = {
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
N_("Additional Vala compiler flags for this target.")},
AM_TOKEN_TARGET_VALAFLAGS,0, "_VALAFLAGS",
- AM_PROPERTY_IN_MAKEFILE | AM_PROPERTY_COMPILATION_FLAG
+ AM_PROPERTY_IN_MAKEFILE
},
{
{"FCFLAGS",
@@ -751,7 +751,7 @@ static AmpPropertyInfo AmpLibraryTargetProperties[] = {
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
N_("Additional Vala compiler flags for this target.")},
AM_TOKEN_TARGET_VALAFLAGS,0, "_VALAFLAGS",
- AM_PROPERTY_IN_MAKEFILE | AM_PROPERTY_COMPILATION_FLAG
+ AM_PROPERTY_IN_MAKEFILE
},
{
{"FCFLAGS",
@@ -927,7 +927,7 @@ static AmpPropertyInfo AmpModuleTargetProperties[] = {
ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
N_("Additional Vala compiler flags for this target.")},
AM_TOKEN_TARGET_VALAFLAGS,0, "_VALAFLAGS",
- AM_PROPERTY_IN_MAKEFILE | AM_PROPERTY_COMPILATION_FLAG
+ AM_PROPERTY_IN_MAKEFILE
},
{
{"FCFLAGS",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]