talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 4b26133c3c0b70067d86763e80b1d7b71703e41a
parent 177c7487c4b46d1106b1efbda9eea5ac57158a88
Author: Paul <paul@claws-mail.org>
Date:   Tue, 11 Jun 2013 14:50:59 +0100

clean up former extra-plugins Makefiles

Diffstat:
Msrc/plugins/acpi_notifier/Makefile.am | 4+---
Msrc/plugins/address_keeper/Makefile.am | 5+----
Msrc/plugins/archive/Makefile.am | 4+---
Msrc/plugins/att_remover/Makefile.am | 1-
Msrc/plugins/attachwarner/Makefile.am | 5+----
Msrc/plugins/bsfilter/Makefile.am | 5+----
Msrc/plugins/clamd/Makefile.am | 5+----
Msrc/plugins/gdata/Makefile.am | 5+----
Msrc/plugins/geolocation/Makefile.am | 6++----
Msrc/plugins/mailmbox/Makefile.am | 2--
Msrc/plugins/newmail/Makefile.am | 3+--
Msrc/plugins/notification/Makefile.am | 2--
Msrc/plugins/pdf_viewer/Makefile.am | 6++----
Msrc/plugins/perl/Makefile.am | 1-
Msrc/plugins/python/Makefile.am | 5+----
Msrc/plugins/rssyl/Makefile.am | 5+----
Msrc/plugins/spam_report/Makefile.am | 5+----
Msrc/plugins/tnef_parse/Makefile.am | 5+----
Msrc/plugins/vcalendar/Makefile.am | 4+---
19 files changed, 17 insertions(+), 61 deletions(-)

diff --git a/src/plugins/acpi_notifier/Makefile.am b/src/plugins/acpi_notifier/Makefile.am @@ -20,7 +20,5 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) diff --git a/src/plugins/address_keeper/Makefile.am b/src/plugins/address_keeper/Makefile.am @@ -64,11 +64,8 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) address_keeper_la_SOURCES = \ address_keeper.c address_keeper.h \ diff --git a/src/plugins/archive/Makefile.am b/src/plugins/archive/Makefile.am @@ -31,7 +31,5 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) diff --git a/src/plugins/att_remover/Makefile.am b/src/plugins/att_remover/Makefile.am @@ -61,7 +61,6 @@ att_remover_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \ att_remover_la_DEPENDENCIES = $(plugin_deps) AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) diff --git a/src/plugins/attachwarner/Makefile.am b/src/plugins/attachwarner/Makefile.am @@ -64,11 +64,8 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) attachwarner_la_SOURCES = \ attachwarner.c attachwarner.h \ diff --git a/src/plugins/bsfilter/Makefile.am b/src/plugins/bsfilter/Makefile.am @@ -64,11 +64,8 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) bsfilter_la_SOURCES = \ bsfilter.c bsfilter.h \ diff --git a/src/plugins/clamd/Makefile.am b/src/plugins/clamd/Makefile.am @@ -26,8 +26,5 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) diff --git a/src/plugins/gdata/Makefile.am b/src/plugins/gdata/Makefile.am @@ -25,9 +25,6 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ - $(GDATA_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GDATA_CFLAGS) diff --git a/src/plugins/geolocation/Makefile.am b/src/plugins/geolocation/Makefile.am @@ -22,10 +22,7 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(LIBSOUP_CFLAGS) \ - $(CHAMPLAIN_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(CHAMPLAIN_CFLAGS) +\ No newline at end of file diff --git a/src/plugins/mailmbox/Makefile.am b/src/plugins/mailmbox/Makefile.am @@ -73,12 +73,10 @@ mailmbox_la_LIBADD = \ $(GTK_LIBS) mailmbox_la_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) diff --git a/src/plugins/newmail/Makefile.am b/src/plugins/newmail/Makefile.am @@ -11,8 +11,7 @@ newmail_la_LDFLAGS = \ -avoid-version -module AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ - $(GLIB_CFLAGS) \ + $(GLIB_CFLAGS) \ $(GTK_CFLAGS) INCLUDES = \ diff --git a/src/plugins/notification/Makefile.am b/src/plugins/notification/Makefile.am @@ -96,10 +96,8 @@ notification_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \ notification_la_CPPFLAGS = \ $(NOTIFY_CFLAGS) \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" \ $(libnotify_CFLAGS) \ $(libindicate_CFLAGS) \ $(libcanberra_gtk_CFLAGS) diff --git a/src/plugins/pdf_viewer/Makefile.am b/src/plugins/pdf_viewer/Makefile.am @@ -20,9 +20,6 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ - $(POPPLER_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(POPPLER_CFLAGS) +\ No newline at end of file diff --git a/src/plugins/perl/Makefile.am b/src/plugins/perl/Makefile.am @@ -18,7 +18,6 @@ perl_la_LIBADD = \ $(GTK_LIBS) AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(PERL_CFLAGS) diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am @@ -37,13 +37,10 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(PYTHON_CFLAGS) \ $(PYGTK_CFLAGS) \ -DPYTHON_SHARED_LIB="\"$(PYTHON_SHARED_LIB)\"" \ -DENABLE_PYTHON \ - -fno-strict-aliasing \ - -DLOCALEDIR=\""$(localedir)"\" + -fno-strict-aliasing diff --git a/src/plugins/rssyl/Makefile.am b/src/plugins/rssyl/Makefile.am @@ -64,13 +64,10 @@ rssyl_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \ $(GTK_LIBS) $(LIBXML_LIBS) $(CURL_LIBS) AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ $(LIBXML_CFLAGS) \ - $(CURL_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(CURL_CFLAGS) rssyl_la_SOURCES = \ date.c date.h \ diff --git a/src/plugins/spam_report/Makefile.am b/src/plugins/spam_report/Makefile.am @@ -70,9 +70,6 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(CURL_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) diff --git a/src/plugins/tnef_parse/Makefile.am b/src/plugins/tnef_parse/Makefile.am @@ -79,8 +79,5 @@ INCLUDES = \ -I$(top_srcdir)/src/gtk AM_CPPFLAGS = \ - -Wall \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(GTK_CFLAGS) diff --git a/src/plugins/vcalendar/Makefile.am b/src/plugins/vcalendar/Makefile.am @@ -84,11 +84,9 @@ vcalendar_la_LIBADD = $(plugin_ldadd) $(cygwin_export_lib) \ $(top_builddir)/src/plugins/vcalendar/libical/libical/libical.la AM_CPPFLAGS = \ - $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ $(GTK_CFLAGS) \ - $(CURL_CFLAGS) \ - -DLOCALEDIR=\""$(localedir)"\" + $(CURL_CFLAGS) clean-local: rm -f libclaws.a