--- sylpheed/src/Makefile.am.alt-noincludedir 2006-01-27 09:03:52 +0300 +++ sylpheed/src/Makefile.am 2006-05-21 21:45:35 +0400 @@ -103,7 +103,6 @@ INCLUDES = \ $(GTK_CFLAGS) \ $(GDK_PIXBUF_CFLAGS) \ $(GPGME_CFLAGS) \ - -I$(includedir) \ -I$(top_srcdir)/libsylph if HAVE_WINDRES --- sylpheed/libsylph/Makefile.am.alt-noincludedir 2005-12-19 09:41:50 +0300 +++ sylpheed/libsylph/Makefile.am 2006-05-21 21:45:54 +0400 @@ -3,7 +3,7 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"LibSylph\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" -INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir) +INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) #lib_LTLIBRARIES = libsylph.la noinst_LTLIBRARIES = libsylph.la