2007-05-12 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #337616 * Makefile.am: Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS. * addressbook/Makefile.am: * calendar/gui/Makefile.am: * mail/Makefile.am: * plugins/bogo-junk-plugins/Makefile.am: * plugins/default-mailer/Makefile.am: * shell/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. * plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in: Rename as org-gnome-bogo-junk-plugin.eplug.xml. * plugins/caldav/Makefile.am: * plugins/import-ics-attachments/Makefile.am: * plugins/publish-calendar/Makefile.am: Add "eplug" file to CLEANFILES. * plugins/mail-remote/Makefile.am: Add "eplug.xml" file to EXTRA_DIST. * po/POTFILES.in: Don't translate files we no longer ship. svn path=/trunk/; revision=33521
25 lines
630 B
Makefile
25 lines
630 B
Makefile
INCLUDES = \
|
|
$(EVOLUTION_CALENDAR_CFLAGS) \
|
|
-I . \
|
|
-I$(top_srcdir) \
|
|
-DCALDAV_GLADEDIR=\""$(gladedir)"\"
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-evolution-caldav.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-evolution-caldav.la
|
|
|
|
liborg_gnome_evolution_caldav_la_SOURCES = \
|
|
caldav-source.c
|
|
|
|
liborg_gnome_evolution_caldav_la_LIBADD = \
|
|
$(EVOLUTION_CALENDAR_LIBS) \
|
|
$(EPLUGIN_LIBS)
|
|
|
|
liborg_gnome_evolution_caldav_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
|
|
|
|
EXTRA_DIST = \
|
|
org-gnome-evolution-caldav.eplug.xml
|
|
|
|
CLEANFILES = org-gnome-evolution-caldav.eplug
|