aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/Makefile.am
blob: 71b37a9d0f6d9404897c06ad913b93e9d21f6cae (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
45
46
47
if OS_WIN32
NO_UNDEFINED_REQUIRED_LIBS =                \
    $(top_builddir)/mail/libevolution-mail.la   \
    $(top_builddir)/e-util/libeutil.la      \
    $(EVOLUTION_CALENDAR_LIBS)          \
    $(EVOLUTION_MAIL_LIBS)
endif

@EVO_PLUGIN_RULE@

plugin_DATA = org-gnome-pst-import.eplug

plugin_LTLIBRARIES = liborg-gnome-pst-import.la

liborg_gnome_pst_import_la_CPPFLAGS =           \
    $(AM_CPPFLAGS)                  \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/widgets             \
    -I$(top_builddir)               \
    $(GNOME_PLATFORM_CFLAGS)            \
    $(EVOLUTION_CFLAGS)             \
    $(EVOLUTION_CALENDAR_CFLAGS)            \
    $(LIBPST_CFLAGS)                \
    $(CAMEL_CFLAGS)

liborg_gnome_pst_import_la_SOURCES = pst-importer.c

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

liborg_gnome_pst_import_la_LIBADD =         \
    $(top_builddir)/shell/libeshell.la      \
    $(top_builddir)/mail/libevolution-mail.la   \
    $(top_builddir)/e-util/libeutil.la      \
    $(EVOLUTION_CALENDAR_LIBS)          \
    $(EVOLUTION_MAIL_LIBS)              \
    $(GNOME_PLATFORM_LIBS)              \
    $(LIBPST_LIBS)                  \
    $(CAMEL_LIBS)

EXTRA_DIST = org-gnome-pst-import.eplug.xml

BUILT_SOURCES = org-gnome-pst-import.eplug

CLEANFILES = $(BUILT_SOURCES)


-include $(top_srcdir)/git.mk