aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/new-mail-notify/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/new-mail-notify/Makefile.am')
-rw-r--r--plugins/new-mail-notify/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/new-mail-notify/Makefile.am b/plugins/new-mail-notify/Makefile.am
deleted file mode 100644
index abce10f27e..0000000000
--- a/plugins/new-mail-notify/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-INCLUDES = \
- -I$(top_builddir)/composer \
- -I$(top_srcdir) \
- -DDBUS_API_SUBJECT_TO_CHANGE=1 \
- -DDBUS_VERSION=$(DBUS_VERSION) \
- $(EVOLUTION_MAIL_CFLAGS) \
- $(NMN_CFLAGS)
-
-LIBS = \
- $(NMN_LIBS)
-
-@EVO_PLUGIN_RULE@
-
-plugin_DATA = org-gnome-new-mail-notify.eplug
-plugin_LTLIBRARIES = liborg-gnome-new-mail-notify.la
-
-liborg_gnome_new_mail_notify_la_SOURCES = new-mail-notify.c
-liborg_gnome_new_mail_notify_la_LDFLAGS = -module -avoid-version
-
-EXTRA_DIST = org-gnome-new-mail-notify.eplug.xml
-
-BUILT_SOURCES = $(plugin_DATA)
-CLEANFILES = $(BUILT_SOURCES)