aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/sa-junk-plugin/Makefile.am
blob: d7ba3e7d513bf4d6770c46522000e0ce3a3d0dc9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                         
                                                         







                                                         
                                                                               
 
                                         


                                                         
                              








                                            

                             
INCLUDES =                      \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/widgets             \
    $(EVOLUTION_MAIL_CFLAGS)

@EVO_PLUGIN_RULE@

plugin_DATA = org-gnome-sa-junk-plugin.eplug
plugin_LTLIBRARIES = liborg-gnome-sa-junk-plugin.la

liborg_gnome_sa_junk_plugin_la_SOURCES = em-junk-filter.c
liborg_gnome_sa_junk_plugin_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)

liborg_gnome_sa_junk_plugin_la_LIBADD = \
    $(top_builddir)/mail/libevolution-mail.la   \
    $(top_builddir)/e-util/libeutil.la      \
    $(EVOLUTION_MAIL_LIBS)              \
    $(GNOME_PLATFORM_LIBS)

BUILT_SOURCES = $(plugin_DATA) $(error_DATA)

CLEANFILES = $(BUILT_SOURCES)

EXTRA_DIST = \
    org-gnome-sa-junk-plugin.eplug.xml



-include $(top_srcdir)/git.mk