[anjuta] am-project: data target are not distributed by default in automake



commit 3f17eac24f74d9e8903b89663c5b688f130977fe
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Thu Jul 4 22:25:42 2013 +0200

    am-project: data target are not distributed by default in automake

 plugins/am-project/am-properties.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/am-project/am-properties.c b/plugins/am-project/am-properties.c
index e8a20bc..2c4ea8a 100644
--- a/plugins/am-project/am-properties.c
+++ b/plugins/am-project/am-properties.c
@@ -1091,9 +1091,9 @@ static AmpPropertyInfo AmpDataTargetProperties[] = {
                        ANJUTA_PROJECT_PROPERTY_BOOLEAN,
                        ANJUTA_PROJECT_PROPERTY_READ_WRITE | ANJUTA_PROJECT_PROPERTY_STATIC,
                        N_("Include this target in the distributed package.")},
-               AM_TOKEN__PROGRAMS,     2, "nodist_",
+               AM_TOKEN__PROGRAMS,     2, "dist_",
                AM_PROPERTY_IN_MAKEFILE,
-               "1"
+               "0"
        },
        {
                {"CHECK",


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