aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/tnef-attachments/Makefile.am
blob: b0d4a8a67830b27b56bec040cb647559538b560c (plain) (tree)
1
2
3
4
5
6
7

                                                         
                                                         
                                                         
                                                         

                                                         






                                                        

                                                                                  


                                                         
               




                                                 

                             
INCLUDES =                      \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/widgets             \
    -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\""  \
    -DLOCALEDIR="\"$(localedir)\""          \
    $(EVOLUTION_MAIL_CFLAGS)            \
    $(TNEF_CFLAGS)

@EVO_PLUGIN_RULE@

plugin_DATA = org-gnome-tnef-attachments.eplug
plugin_LTLIBRARIES = liborg-gnome-tnef-attachments.la

liborg_gnome_tnef_attachments_la_SOURCES = tnef-plugin.c
liborg_gnome_tnef_attachments_la_LDFLAGS = -module -avoid-version  $(NO_UNDEFINED)
liborg_gnome_tnef_attachments_la_LIBADD =       \
    $(top_builddir)/e-util/libeutil.la      \
    $(top_builddir)/em-format/libemformat.la    \
    $(EVOLUTION_MAIL_LIBS)              \
    -lytnef

EXTRA_DIST = org-gnome-tnef-attachments.eplug.xml

BUILT_SOURCES = $(plugin_DATA)
CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk