EPlugin : Python Loader : Add example sources to dist

svn path=/trunk/; revision=35807
This commit is contained in:
Johnny Jacob
2008-07-21 15:57:31 +00:00
parent e11a2d5903
commit 46fd1c12d0
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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 = \
examples/hello_python.py \
examples/org-gnome-hello-python-ui.xml \
examples/org-gnome-hello-python.eplug.xml \
examples/Makefile.am
EXTRA_DIST = org-gnome-evolution-python.eplug.xml \
$(example_sources)
BUILT_SOURCES = $(plugin_DATA)
CLEANFILES = $(BUILT_SOURCES)