diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-20 13:17:18 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-20 13:17:18 +0800 |
commit | d07cf0b56e7b9ea11510894b0c0f676dd64d5235 (patch) | |
tree | 4d7194710642e4f6a682207205b8ad8cab65e466 /plugins/subject-thread/Makefile.am | |
parent | 7a63b8258e7df770fe185e7dc02e1b05118ce391 (diff) | |
download | gsoc2013-evolution-d07cf0b56e7b9ea11510894b0c0f676dd64d5235.tar.gz gsoc2013-evolution-d07cf0b56e7b9ea11510894b0c0f676dd64d5235.tar.zst gsoc2013-evolution-d07cf0b56e7b9ea11510894b0c0f676dd64d5235.zip |
implement
2004-10-20 JP Rosevear <jpr@novell.com>
* subject-thread.c: implement
* org-gnome-subject-thread.eplug.in: define the
subject-thread plugin
* Makefile.am: build the subject thread plugin
svn path=/trunk/; revision=27639
Diffstat (limited to 'plugins/subject-thread/Makefile.am')
-rw-r--r-- | plugins/subject-thread/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am new file mode 100644 index 0000000000..075eac7095 --- /dev/null +++ b/plugins/subject-thread/Makefile.am @@ -0,0 +1,12 @@ +INCLUDES = \ + -I$(top_srcdir)/camel \ + -I$(top_srcdir) \ + $(EVOLUTION_MAIL_CFLAGS) + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-subject-thread.eplug +plugin_LTLIBRARIES = liborg-gnome-subject-thread.la + +liborg_gnome_subject_thread_la_SOURCES = subject-thread.c +liborg_gnome_subject_thread_la_LDFLAGS = -module -avoid-version |