2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>. svn path=/trunk/; revision=34413
25 lines
631 B
Makefile
25 lines
631 B
Makefile
INCLUDES = \
|
|
$(EVOLUTION_CALENDAR_CFLAGS) \
|
|
-I . \
|
|
-I$(top_srcdir) \
|
|
-DCALDAV_GLADEDIR=\""$(gladedir)"\"
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-evolution-google.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-evolution-google.la
|
|
|
|
liborg_gnome_evolution_google_la_SOURCES = \
|
|
google-source.c
|
|
|
|
liborg_gnome_evolution_google_la_LIBADD = \
|
|
$(EVOLUTION_CALENDAR_LIB1S) \
|
|
$(EPLUGIN_LIBS)
|
|
|
|
liborg_gnome_evolution_google_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
|
|
|
|
EXTRA_DIST = \
|
|
org-gnome-evolution-google.eplug.xml
|
|
|
|
CLEANFILES = org-gnome-evolution-google.eplug
|