2008-05-24 Jörgen Scheibengruber <mfcn@gmx.de> * Makefile.am: * google-contacts-source.c (ensure_google_contacts_source_group), (remove_google_contacts_source_group), (on_username_entry_changed), (on_update_cb_toggled), (on_interval_sb_value_changed), (plugin_google_contacts): * google-contacts-source.h: * google-source.c (e_plugin_lib_enable): * org-gnome-evolution-google.eplug.xml: Added a UI for the addressbook part svn path=/trunk/; revision=35797
28 lines
721 B
Makefile
28 lines
721 B
Makefile
INCLUDES = \
|
|
$(EVOLUTION_CALENDAR_CFLAGS) \
|
|
$(EVOLUTION_ADDRESSBOOK_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 \
|
|
google-contacts-source.h \
|
|
google-contacts-source.c
|
|
|
|
liborg_gnome_evolution_google_la_LIBADD = \
|
|
$(EVOLUTION_CALENDAR_LIBS) \
|
|
$(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
|