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 --- plugin/attachment_tool/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugin/attachment_tool') diff --git a/plugin/attachment_tool/Makefile.am b/plugin/attachment_tool/Makefile.am index ae1006a6..81079b68 100644 --- a/plugin/attachment_tool/Makefile.am +++ b/plugin/attachment_tool/Makefile.am @@ -9,8 +9,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libsylph \ -I$(top_srcdir)/src \ - $(GTK_CFLAGS) \ - -I$(includedir) + $(GTK_CFLAGS) attachment_tool_la_LIBADD = \ $(GTK_LIBS) \ -- cgit v1.2.3