diff options
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 |