aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/Makefile.am
blob: cb7540b2f28f3095371f6fac9c8a96a6a73829a5 (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
48
49
50
@EVO_PLUGIN_RULE@

plugin_DATA =                   \
    org-gnome-publish-calendar.eplug

ui_DATA =                           \
    publish-calendar.ui             

plugin_LTLIBRARIES = liborg-gnome-publish-calendar.la

liborg_gnome_publish_calendar_la_CPPFLAGS =     \
    $(AM_CPPFLAGS)                  \
    -I$(top_srcdir)                 \
    -I$(top_builddir)/shell             \
    -DEVOLUTION_PLUGINDIR="\"$(plugindir)\""    \
    -DEVOLUTION_UIDIR=\""$(uidir)"\"        \
    $(EVOLUTION_DATA_SERVER_CFLAGS)         \
    $(GNOME_PLATFORM_CFLAGS)            \
    $(GTKHTML_CFLAGS)               \
    $(LIBNOTIFY_CFLAGS)

liborg_gnome_publish_calendar_la_SOURCES =  \
    publish-calendar.c          \
    publish-format-fb.c         \
    publish-format-fb.h         \
    publish-format-ical.c           \
    publish-format-ical.h           \
    publish-location.c          \
    publish-location.h          \
    url-editor-dialog.c         \
    url-editor-dialog.h

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

liborg_gnome_publish_calendar_la_LIBADD =           \
    $(top_builddir)/e-util/libevolution-util.la     \
    $(top_builddir)/shell/libevolution-shell.la     \
    $(top_builddir)/calendar/gui/libevolution-calendar.la   \
    $(EVOLUTION_DATA_SERVER_LIBS)               \
    $(GNOME_PLATFORM_LIBS)                  \
    $(GTKHTML_LIBS)                     \
    $(LIBNOTIFY_LIBS)

EXTRA_DIST =                    \
    org-gnome-publish-calendar.eplug.xml    \
    $(ui_DATA)

CLEANFILES = org-gnome-publish-calendar.eplug

-include $(top_srcdir)/git.mk