From 855979fd3dd91cacd094384774cb339460587f14 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 10 Oct 2012 01:49:46 +0000 Subject: removed includedir from include path in Makefiles. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3172 ee746299-78ed-0310-b773-934348b2243d --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e34a2ee9..cc0feb3c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -140,8 +140,7 @@ INCLUDES = \ -I$(top_srcdir)/libsylph \ $(GTK_CFLAGS) \ $(GDK_PIXBUF_CFLAGS) \ - $(GPGME_CFLAGS) \ - -I$(includedir) + $(GPGME_CFLAGS) if NATIVE_WIN32 SYLPHEED_RES = sylpheed.res -- cgit v1.2.3