[anjuta] python-loader: Fixed distcheck



commit 21c83131f41b897c2f69bbba6c2cf9780e981096
Author: Johannes Schmid <jhs gnome org>
Date:   Mon Aug 16 22:59:07 2010 +0200

    python-loader: Fixed distcheck

 plugins/Makefile.am               |    2 +-
 plugins/python-loader/Makefile.am |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index da12182..a8737a2 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -37,7 +37,7 @@ SUBDIRS = . \
 	js-debugger \
 	language-support-js \
 	language-support-vala \
-	language-support-python
+	language-support-python \
 	python-loader
 
 -include $(top_srcdir)/git.mk
diff --git a/plugins/python-loader/Makefile.am b/plugins/python-loader/Makefile.am
index 0af1d21..27283ff 100644
--- a/plugins/python-loader/Makefile.am
+++ b/plugins/python-loader/Makefile.am
@@ -49,7 +49,8 @@ libanjuta_python_loader_la_LIBADD = \
 endif # HAVE_PYTHON
 
 EXTRA_DIST = \
-	$(plugin_in_files)
+	$(plugin_in_files) \
+	$(plugin_DATA)
 
 -include $(top_srcdir)/git.mk
 



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