diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 04:06:54 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 04:06:54 +0800 |
commit | 301528d84bf582d956c0e9b768e4f60259f0cf88 (patch) | |
tree | 805da1fd93810067b918d8467f4b753cf9c68180 /plugins/tnef-attachments/Makefile.am | |
parent | 3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (diff) | |
download | gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.gz gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.zst gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.zip |
Commit for tnef attachment and attachment reminder
svn path=/trunk/; revision=33769
Diffstat (limited to 'plugins/tnef-attachments/Makefile.am')
-rw-r--r-- | plugins/tnef-attachments/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/tnef-attachments/Makefile.am b/plugins/tnef-attachments/Makefile.am new file mode 100644 index 0000000000..5f9c56b242 --- /dev/null +++ b/plugins/tnef-attachments/Makefile.am @@ -0,0 +1,18 @@ +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) |