--This line, and th se below, will be ignored-- A plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in M plugins/attachment-reminder/ChangeLog M plugins/attachment-reminder/Makefile.am D plugins/attachment-reminder/apps-evolution-attachment-reminder.schemas.in.in M plugins/tnef-attachments/Makefile.am svn path=/trunk/; revision=34040
19 lines
515 B
Makefile
19 lines
515 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \
|
|
-DLOCALEDIR="\"$(LOCALEDIR)\"" \
|
|
$(EVOLUTION_MAIL_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-tnef-attachments.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-tnef-attachments.la
|
|
|
|
liborg_gnome_tnef_attachments_la_SOURCES = tnef-plugin.c
|
|
liborg_gnome_tnef_attachments_la_LDFLAGS = -module -avoid-version -lytnef
|
|
|
|
EXTRA_DIST = org-gnome-tnef-attachments.eplug.xml
|
|
|
|
BUILT_SOURCES = $(plugin_DATA)
|
|
CLEANFILES = $(BUILT_SOURCES)
|