[anjuta] Fix distcheck



commit f994c2ae9d03d5219c8bdc6292c76c7c5d7ae5a6
Author: James Liggett <jrliggett cox net>
Date:   Wed Sep 26 20:15:03 2012 -0700

    Fix distcheck

 data/templates/Makefile.am                |    2 +-
 plugins/am-project/tests/anjuta.lst       |    4 ++--
 plugins/class-gen/templates/Makefile.am   |    2 +-
 plugins/language-support-vala/Makefile.am |    6 ++++--
 4 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/data/templates/Makefile.am b/data/templates/Makefile.am
index 3631c9a..7ab073c 100644
--- a/data/templates/Makefile.am
+++ b/data/templates/Makefile.am
@@ -1,5 +1,5 @@
 # Templates
-template_datadir = "$(anjuta_data_dir)/templates/"
+template_datadir = $(anjuta_data_dir)/templates
 template_data_DATA = \
 	indent.tpl
 
diff --git a/plugins/am-project/tests/anjuta.lst b/plugins/am-project/tests/anjuta.lst
index 7c68ba5..4895f35 100644
--- a/plugins/am-project/tests/anjuta.lst
+++ b/plugins/am-project/tests/anjuta.lst
@@ -119,7 +119,7 @@ ROOT (): anjuta
     GROUP (): data
         PROPERTY (Installation directories): anjuta_datadir = $(anjuta_data_dir) anjuta_profiledir = $(anjuta_data_dir)/profiles
         GROUP (): templates
-            PROPERTY (Installation directories): template_datadir = "$(anjuta_data_dir)/templates/"
+            PROPERTY (Installation directories): template_datadir = $(anjuta_data_dir)/templates
             TARGET (): template_data
                 PROPERTY (Installation directory): template_datadir
                 SOURCE (): data/templates/indent.tpl
@@ -596,7 +596,7 @@ ROOT (): anjuta
             PROPERTY (Installation directories): clsgen_gladedir = $(anjuta_glade_dir) clsgen_pixmapsdir = $(anjuta_image_dir) clsgen_plugindir = $(anjuta_plugin_dir) plugindir = $(anjuta_plugin_dir)
             PROPERTY (C preprocessor flags): -I${top_srcdir} $(WARN_CFLAGS) $(DEPRECATED_FLAGS) $(LIBANJUTA_CFLAGS)
             GROUP (): templates
-                PROPERTY (Installation directories): clsgen_appdatadir = "$(datadir)/anjuta/class-templates/"
+                PROPERTY (Installation directories): clsgen_appdatadir = $(anjuta_data_dir)/class-templates
                 TARGET (): clsgen_appdata
                     PROPERTY (Installation directory): clsgen_appdatadir
                     SOURCE (): plugins/class-gen/templates/cc-header.tpl
diff --git a/plugins/class-gen/templates/Makefile.am b/plugins/class-gen/templates/Makefile.am
index 05c34e6..a4e7401 100644
--- a/plugins/class-gen/templates/Makefile.am
+++ b/plugins/class-gen/templates/Makefile.am
@@ -1,5 +1,5 @@
 # Templates
-clsgen_appdatadir = "$(datadir)/anjuta/class-templates/"
+clsgen_appdatadir = $(anjuta_data_dir)/class-templates
 clsgen_appdata_DATA = \
 	cc-header.tpl \
 	cc-source.tpl \
diff --git a/plugins/language-support-vala/Makefile.am b/plugins/language-support-vala/Makefile.am
index be19cae..8a4c95a 100644
--- a/plugins/language-support-vala/Makefile.am
+++ b/plugins/language-support-vala/Makefile.am
@@ -1,3 +1,5 @@
+CLEANFILES = 
+
 if ENABLE_VALA
 
 #Plugin glade file
@@ -46,7 +48,7 @@ plugin_LTLIBRARIES = libanjuta-language-vala.la
 # Plugin sources
 libanjuta_language_vala_la_VALASOURCES = config.vapi locator.vala plugin.vala provider.vala report.vala
 nodist_libanjuta_language_vala_la_SOURCES = $(libanjuta_language_vala_la_VALASOURCES:.vala=.c)
-CLEANFILES = $(nodist_libanjuta_language_vala_la_SOURCES) libanjuta_language_vala_la_vala.stamp
+CLEANFILES += $(nodist_libanjuta_language_vala_la_SOURCES) libanjuta_language_vala_la_vala.stamp
 
 locator.c plugin.c provider.c report.c: libanjuta_language_vala_la_vala.stamp
 	@true
@@ -79,7 +81,7 @@ EXTRA_DIST = \
 	libanjuta-3.0.deps \
 	libanjuta-3.0.vapi
 
-CLEANFILES = \
+CLEANFILES += \
   $(gsettings_SCHEMAS)
 
 -include $(top_srcdir)/git.mk



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