Merge revisions 35747:35930 from trunk.

svn path=/branches/kill-bonobo/; revision=35931
This commit is contained in:
Matthew Barnes
2008-08-08 04:26:12 +00:00
parent 91a6b6899e
commit cea054cd54
212 changed files with 73227 additions and 40746 deletions

View File

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

View File

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