aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/Makefile.am
blob: 1b66828aabaf34862b1fd34afd135664a2177fb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@EVO_PLUGIN_RULE@

error_DATA = org-gnome-attachment-reminder.error

errordir = $(privdatadir)/errors

plugin_DATA =                       \
    org-gnome-evolution-attachment-reminder.eplug

plugin_LTLIBRARIES = liborg-gnome-evolution-attachment-reminder.la

liborg_gnome_evolution_attachment_reminder_la_CPPFLAGS = \
    $(AM_CPPFLAGS)                  \
    -I$(top_builddir)/composer          \
    -I$(top_srcdir)                 \
    -DEVOLUTION_PLUGINDIR="\"$(plugindir)\""    \
    $(EVOLUTION_DATA_SERVER_CFLAGS)         \
    $(GNOME_PLATFORM_CFLAGS)            \
    $(GTKHTML_CFLAGS)

liborg_gnome_evolution_attachment_reminder_la_SOURCES = attachment-reminder.c 

liborg_gnome_evolution_attachment_reminder_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)

liborg_gnome_evolution_attachment_reminder_la_LIBADD =  \
    $(top_builddir)/composer/libcomposer.la     \
    $(top_builddir)/shell/libeshell.la      \
    $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
    $(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la    \
    $(top_builddir)/e-util/libevolution-util.la \
    $(top_builddir)/mail/libevolution-mail.la   \
    $(EVOLUTION_DATA_SERVER_LIBS)           \
    $(GNOME_PLATFORM_LIBS)              \
    $(GTKHTML_LIBS)

EXTRA_DIST = org-gnome-evolution-attachment-reminder.eplug.xml \
    org-gnome-attachment-reminder.error.xml

BUILT_SOURCES = org-gnome-evolution-attachment-reminder.eplug \
        org-gnome-attachment-reminder.error

CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk