From 46fd1c12d0e7d0e277cc584d6ffb688fbf067673 Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Mon, 21 Jul 2008 15:57:31 +0000 Subject: EPlugin : Python Loader : Add example sources to dist svn path=/trunk/; revision=35807 --- plugins/python/ChangeLog | 5 +++++ plugins/python/Makefile.am | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/python/ChangeLog b/plugins/python/ChangeLog index 43a0bd3482..ca2b9e38b7 100644 --- a/plugins/python/ChangeLog +++ b/plugins/python/ChangeLog @@ -1,3 +1,8 @@ +2008-07-21 Johnny Jacob + + * Makefile.am (example_SOURCES): Add example sources + EXTRA_DIST. + 2008-06-12 Johnny Jacob * example/org-gnome-hello-python-ui.xml: Added. diff --git a/plugins/python/Makefile.am b/plugins/python/Makefile.am index 854c7915f6..69fd437312 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 = \ + 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) -- cgit v1.2.3