aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-10-10 01:49:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-10-10 01:49:46 +0000
commit855979fd3dd91cacd094384774cb339460587f14 (patch)
tree3be4dbe08839e571c33a13f8e526141e93b2a022 /plugin
parent4ee27dcfaf01e2c01eb7cc16a1c7ca30526d7318 (diff)
removed includedir from include path in Makefiles.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3172 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'plugin')
-rw-r--r--plugin/attachment_tool/Makefile.am3
-rw-r--r--plugin/test/Makefile.am3
2 files changed, 2 insertions, 4 deletions
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) \
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
index 89cbba5d..dabf7980 100644
--- a/plugin/test/Makefile.am
+++ b/plugin/test/Makefile.am
@@ -9,8 +9,7 @@ INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libsylph \
-I$(top_srcdir)/src \
- $(GTK_CFLAGS) \
- -I$(includedir)
+ $(GTK_CFLAGS)
test_la_LIBADD = \
$(GTK_LIBS) \