talons

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

commit 09a777c54ac977509ad0d3f51ba0c969e13a6eea
parent d5a7f85b802ef690a27becbe06e6416fd2ef0c00
Author: Paul <paul@claws-mail.org>
Date:   Thu, 19 Jun 2014 07:42:17 +0100

fix building RSSyl

Diffstat:
Msrc/plugins/rssyl/libfeed/Makefile.am | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/plugins/rssyl/libfeed/Makefile.am b/src/plugins/rssyl/libfeed/Makefile.am @@ -1,14 +1,11 @@ noinst_LTLIBRARIES = libfeed.la -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I. - libfeed_la_CPPFLAGS = \ -Wall \ $(CLAWS_MAIL_CFLAGS) \ $(GLIB_CFLAGS) \ - $(GTK_CFLAGS) + $(GTK_CFLAGS) \ + -I$(top_srcdir)/src libfeed_la_SOURCES = \ date.c date.h \