blob: 1df269c9732ef14c428a1557210d36f122299cd6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
INCLUDES = \
$(EVOLUTION_CFLAGS) \
$(EVOLUTION_CALENDAR_CFLAGS) \
$(SOURCE_SEL_CFLAGS)
@EVO_PLUGIN_RULE@
plugin_DATA = org-gnome-calendar-http.eplug
plugin_LTLIBRARIES = liborg-gnome-calendar-http.la
liborg_gnome_calendar_http_la_SOURCES = calendar-http.c
liborg_gnome_calendar_http_la_LDFLAGS = -module -avoid-version
|