aboutsummaryrefslogtreecommitdiffstats
path: root/modules/offline-alert/Makefile.am
blob: c8c705183f21ba7d90bb0fd0fa7f03e5fdc9fd46 (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
module_LTLIBRARIES = libevolution-module-offline-alert.la

libevolution_module_offline_alert_la_CPPFLAGS =         \
    $(AM_CPPFLAGS)                      \
    -I$(top_srcdir)                     \
    -I$(top_srcdir)/widgets                 \
    -DG_LOG_DOMAIN=\"evolution-offline-alert\"      \
    $(GNOME_PLATFORM_CFLAGS)

libevolution_module_offline_alert_la_SOURCES =          \
    evolution-offline-alert.c

libevolution_module_offline_alert_la_LIBADD =           \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/shell/libeshell.la          \
    $(GNOME_PLATFORM_LIBS)

libevolution_module_offline_alert_la_LDFLAGS =          \
    -module -avoid-version $(NO_UNDEFINED)

error_DATA = evolution-offline-alert.error
errordir = $(privdatadir)/errors
@EVO_PLUGIN_RULE@

BUILT_SOURCES = $(error_DATA)

CLEANFILES = $(BUILT_SOURCES)

EXTRA_DIST = evolution-offline-alert.error.xml

-include $(top_srcdir)/git.mk