diff options
author | JP Rosevear <jpr@src.gnome.org> | 2004-11-02 02:39:17 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-11-02 02:39:17 +0800 |
commit | 69d4437179684dad21812702ead2b1e39d266cb4 (patch) | |
tree | 53286024999289c667c1c6be085a93c04676fdf8 /plugins/select-one-source | |
parent | c138563670b0c7dfcb629be3f3dd06e3a5f232bd (diff) | |
download | gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.tar gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.tar.gz gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.tar.bz2 gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.tar.lz gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.tar.xz gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.tar.zst gsoc2013-evolution-69d4437179684dad21812702ead2b1e39d266cb4.zip |
Dist .eplug.in files
svn path=/trunk/; revision=27781
Diffstat (limited to 'plugins/select-one-source')
-rw-r--r-- | plugins/select-one-source/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/select-one-source/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog index 2515516b08..f5204d7710 100644 --- a/plugins/select-one-source/ChangeLog +++ b/plugins/select-one-source/ChangeLog @@ -1,3 +1,7 @@ +2004-11-01 JP Rosevear <jpr@novell.com> + + * Makefile.am: dist .eplug.in file + 2004-10-20 JP Rosevear <jpr@novell.com> * select-one-source.c: implement a plugin that allows the user to diff --git a/plugins/select-one-source/Makefile.am b/plugins/select-one-source/Makefile.am index 6684581b69..6b5b178e8d 100644 --- a/plugins/select-one-source/Makefile.am +++ b/plugins/select-one-source/Makefile.am @@ -9,3 +9,5 @@ plugin_LTLIBRARIES = liborg-gnome-select-one-source.la liborg_gnome_select_one_source_la_SOURCES = select-one-source.c liborg_gnome_select_one_source_la_LDFLAGS = -module -avoid-version + +EXTRA_DIST = org-gnome-select-one-source.eplug.in
\ No newline at end of file |