diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 12:26:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 12:26:12 +0800 |
commit | cea054cd54d84479352a43bbabc19c9ce9af5efb (patch) | |
tree | ba02763209ba0f22989024004f57689071603ec5 /plugins/python | |
parent | 91a6b6899e5568ed34f913bedb538dd6c9e35b32 (diff) | |
download | gsoc2013-evolution-cea054cd54d84479352a43bbabc19c9ce9af5efb.tar.gz gsoc2013-evolution-cea054cd54d84479352a43bbabc19c9ce9af5efb.tar.zst gsoc2013-evolution-cea054cd54d84479352a43bbabc19c9ce9af5efb.zip |
Merge revisions 35747:35930 from trunk.
svn path=/branches/kill-bonobo/; revision=35931
Diffstat (limited to 'plugins/python')
-rw-r--r-- | plugins/python/ChangeLog | 9 | ||||
-rw-r--r-- | plugins/python/Makefile.am | 9 |
2 files changed, 17 insertions, 1 deletions
diff --git a/plugins/python/ChangeLog b/plugins/python/ChangeLog index 43a0bd3482..063418150e 100644 --- a/plugins/python/ChangeLog +++ b/plugins/python/ChangeLog @@ -1,3 +1,12 @@ +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. + 2008-06-12 Johnny Jacob <jjohnny@novell.com> * example/org-gnome-hello-python-ui.xml: Added. diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 854c7915f6..7a65c4586a 100644 --- a/plugins/python/Makefile.am +++ b/plugins/python/Makefile.am @@ -15,7 +15,14 @@ liborg_gnome_evolution_python_la_LIBADD = \ $(PY_LIBS) \ $(E_UTIL_LIBS) -EXTRA_DIST = org-gnome-evolution-python.eplug.xml +example_sources = \ + 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) BUILT_SOURCES = $(plugin_DATA) CLEANFILES = $(BUILT_SOURCES) |