aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--plugins/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78c19f5f75..3698d4365a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-16 Johnny Jacob <jjohnny@novell.com>
+
+ * plugins/Makefile.am (DIST_SUBDIRS): Add python loader to DIST.
+
2008-06-13 Tor Lillqvist <tml@novell.com>
* win32/libevolution-mail.def: Add more functions used by
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 8364a3a463..d78cb63d83 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,2 +1,2 @@
SUBDIRS = $(plugins_enabled)
-DIST_SUBDIRS = $(all_plugins_base) $(all_plugins_standard) $(all_plugins_experimental) profiler
+DIST_SUBDIRS = $(all_plugins_base) $(all_plugins_standard) $(all_plugins_experimental) profiler python