There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
29 lines
672 B
Makefile
29 lines
672 B
Makefile
INCLUDES = \
|
|
-I$(EVOLUTION_SOURCE) \
|
|
-I$(top_srcdir) \
|
|
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
|
|
-DLOCALEDIR="\"$(LOCALEDIR)\"" \
|
|
$(EVOLUTION_CFLAGS) \
|
|
$(EVOLUTION_MAIL_CFLAGS) \
|
|
$(LIBPST_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-pst-import.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-pst-import.la
|
|
|
|
liborg_gnome_pst_import_la_SOURCES = pst-importer.c
|
|
liborg_gnome_pst_import_la_LDFLAGS = \
|
|
-module -avoid-version $(NO_UNDEFINED)
|
|
liborg_gnome_pst_import_la_LIBADD = \
|
|
$(LIBPST_LIBS)
|
|
|
|
EXTRA_DIST = org-gnome-pst-import.eplug.xml
|
|
|
|
BUILT_SOURCES = org-gnome-pst-import.eplug
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
-include $(top_srcdir)/git.mk
|