diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-24 19:23:46 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-24 19:23:46 +0800 |
commit | 596183d49da037675030bc9fc2c3248366b7299a (patch) | |
tree | 975234c746915b23f63480f0994a3b32645c154a | |
parent | 20c49afa1e66e068c06e3e220beae9284d6d0dce (diff) | |
download | gsoc2013-evolution-596183d49da037675030bc9fc2c3248366b7299a.tar.gz gsoc2013-evolution-596183d49da037675030bc9fc2c3248366b7299a.tar.zst gsoc2013-evolution-596183d49da037675030bc9fc2c3248366b7299a.zip |
Restoring the original file.
svn path=/trunk/; revision=27708
-rw-r--r-- | plugins/select-one-source/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/select-one-source/Makefile.am b/plugins/select-one-source/Makefile.am index 70608e12ad..6684581b69 100644 --- a/plugins/select-one-source/Makefile.am +++ b/plugins/select-one-source/Makefile.am @@ -4,8 +4,8 @@ INCLUDES = \ @EVO_PLUGIN_RULE@ -plugin_DATA = org-gnome-mark-calendar-offline.eplug -plugin_LTLIBRARIES = liborg-gnome-mark-calendar-offline.la +plugin_DATA = org-gnome-select-one-source.eplug +plugin_LTLIBRARIES = liborg-gnome-select-one-source.la -liborg_gnome_mark_calendar_offline_la_SOURCES = mark-calendar-offline.c -liborg_gnome_mark_calendar_offline_la_LDFLAGS = -module -avoid-version +liborg_gnome_select_one_source_la_SOURCES = select-one-source.c +liborg_gnome_select_one_source_la_LDFLAGS = -module -avoid-version |