[anjuta/gnome-3-8] python-loader: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
- From: James Liggett <jrliggett src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-3-8] python-loader: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
- Date: Mon, 8 Apr 2013 00:04:56 +0000 (UTC)
commit 162bac185be05365c54f20e6089fc583ff7a8965
Author: Arnel A. Borja <kyoushuu yahoo com>
Date: Thu Mar 21 23:38:00 2013 +0800
python-loader: bgo #696023 - Use dist_ prefix instead of EXTRA_DIST
- Make sure to distribute all files even if the plugin is disabled.
plugins/python-loader/Makefile.am | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/plugins/python-loader/Makefile.am b/plugins/python-loader/Makefile.am
index 27283ff..c92c70c 100644
--- a/plugins/python-loader/Makefile.am
+++ b/plugins/python-loader/Makefile.am
@@ -1,13 +1,13 @@
+# Plugin description file
+plugin_in_files = anjuta-python-loader.plugin.in
+%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE)
$(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
+
if HAVE_PYTHON
# Where to install the plugin
plugindir = $(anjuta_plugin_dir)
-# Plugin description file
-plugin_in_files = anjuta-python-loader.plugin.in
-%.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE)
$(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-
-plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
+dist_plugin_DATA = $(plugin_in_files:.plugin.in=.plugin)
# NOTE :
# The naming convention is very intentional
@@ -49,8 +49,7 @@ libanjuta_python_loader_la_LIBADD = \
endif # HAVE_PYTHON
EXTRA_DIST = \
- $(plugin_in_files) \
- $(plugin_DATA)
+ $(plugin_in_files)
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]