commit cadecd73e0ba5f25fda046ee7c978803b5047fee
parent 09a777c54ac977509ad0d3f51ba0c969e13a6eea
Author: Andrej Kacian <andrej@kacian.sk>
Date: Thu, 19 Jun 2014 10:01:12 +0200
Get rid of non-existent CLAWS_MAIL_CFLAGS in Makefile templates where it was forgotten.
Diffstat:
3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/plugins/clamd/libclamd/Makefile.am b/src/plugins/clamd/libclamd/Makefile.am
@@ -5,7 +5,6 @@
libclamd_plugin_la_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
- $(CLAWS_MAIL_CFLAGS) \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/src \
diff --git a/src/plugins/fetchinfo/Makefile.am b/src/plugins/fetchinfo/Makefile.am
@@ -71,7 +71,6 @@ IFLAGS = \
fetchinfo_la_CPPFLAGS = \
$(IFLAGS) \
- $(CLAWS_MAIL_CFLAGS) \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS)
diff --git a/src/plugins/rssyl/libfeed/Makefile.am b/src/plugins/rssyl/libfeed/Makefile.am
@@ -2,7 +2,6 @@ noinst_LTLIBRARIES = libfeed.la
libfeed_la_CPPFLAGS = \
-Wall \
- $(CLAWS_MAIL_CFLAGS) \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
-I$(top_srcdir)/src