2004-10-20 JP Rosevear <jpr@novell.com> * select-one-source.c: implement a plugin that allows the user to limit the displayed task lists or calendars to the current calendar or task list svn path=/trunk/; revision=27657
12 lines
326 B
Makefile
12 lines
326 B
Makefile
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
|