Another typo fix. Lesson learnt - Don't commit when you are sleepy !

svn path=/trunk/; revision=35812
This commit is contained in:
Johnny Jacob
2008-07-21 17:20:18 +00:00
parent 225a24b6f0
commit 36d32a3cde
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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)