aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-file/Makefile.am
blob: bbf8b7dfef0a1ac58d34c06b787cfb057d7fed75 (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
@EVO_PLUGIN_RULE@

plugin_DATA = org-gnome-calendar-file.eplug

plugin_LTLIBRARIES = liborg-gnome-calendar-file.la

liborg_gnome_calendar_file_la_CPPFLAGS =    \
    $(AM_CPPFLAGS)              \
    -I$(top_srcdir)             \
    $(EVOLUTION_CALENDAR_CFLAGS)        \
    $(SOURCE_SEL_CFLAGS)

liborg_gnome_calendar_file_la_SOURCES = calendar-file.c

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

liborg_gnome_calendar_file_la_LIBADD =      \
    $(EVOLUTION_CALENDAR_LIBS)

EXTRA_DIST = org-gnome-calendar-file.eplug.xml

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

-include $(top_srcdir)/git.mk