blob: 6684581b691176cd615b68ada2c5bd0d1567d30b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
INCLUDES = \
-I$(top_srcdir) \
$(EVOLUTION_CALENDAR_CFLAGS)
@EVO_PLUGIN_RULE@
plugin_DATA = org-gnome-select-one-source.eplug
plugin_LTLIBRARIES = liborg-gnome-select-one-source.la
liborg_gnome_select_one_source_la_SOURCES = select-one-source.c
liborg_gnome_select_one_source_la_LDFLAGS = -module -avoid-version
|