aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Jacob <jjohnny@src.gnome.org>2008-07-22 01:20:18 +0800
committerJohnny Jacob <jjohnny@src.gnome.org>2008-07-22 01:20:18 +0800
commit36d32a3cde1b84f7304db0996394b35918c27b28 (patch)
treedb3c37d6c9b1606fcf9f1509455b0e622a2f04aa
parent225a24b6f02450d9f0fc2ed3bf8c8dd930075639 (diff)
downloadgsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.tar
gsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.tar.gz
gsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.tar.bz2
gsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.tar.lz
gsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.tar.xz
gsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.tar.zst
gsoc2013-evolution-36d32a3cde1b84f7304db0996394b35918c27b28.zip
Another typo fix. Lesson learnt - Don't commit when you are sleepy !
svn path=/trunk/; revision=35812
-rw-r--r--plugins/python/ChangeLog4
-rw-r--r--plugins/python/Makefile.am8
2 files changed, 8 insertions, 4 deletions
diff --git a/plugins/python/ChangeLog b/plugins/python/ChangeLog
index ca2b9e38b7..063418150e 100644
--- a/plugins/python/ChangeLog
+++ b/plugins/python/ChangeLog
@@ -1,5 +1,9 @@
2008-07-21 Johnny Jacob <jjohnny@novell.com>
+ * Makefile.am (example_sources): More typo fixes. :(
+
+2008-07-21 Johnny Jacob <jjohnny@novell.com>
+
* Makefile.am (example_SOURCES): Add example sources
EXTRA_DIST.
diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am
index 69fd437312..7a65c4586a 100644
--- a/plugins/python/Makefile.am
+++ b/plugins/python/Makefile.am
@@ -16,10 +16,10 @@ liborg_gnome_evolution_python_la_LIBADD = \
$(E_UTIL_LIBS)
example_sources = \
- examples/hello_python.py \
- examples/org-gnome-hello-python-ui.xml \
- examples/org-gnome-hello-python.eplug.xml \
- examples/Makefile.am
+ example/hello_python.py \
+ example/org-gnome-hello-python-ui.xml \
+ example/org-gnome-hello-python.eplug.xml \
+ example/Makefile.am
EXTRA_DIST = org-gnome-evolution-python.eplug.xml \
$(example_sources)