aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-21 07:49:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-02-21 07:49:18 +0000
commit84f02f03be6df32262e9202eb3142c7b191e4acd (patch)
treed7121be58863d316f06df102d6ac9aa66f7416ed /plugin
parent4d39a00f69998880ba73565f15220538aacba98f (diff)
fixed compilation error with Fink + OS X (Bug #42).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3019 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'plugin')
-rw-r--r--plugin/attachment_tool/Makefile.am6
-rw-r--r--plugin/test/Makefile.am6
2 files changed, 6 insertions, 6 deletions
diff --git a/plugin/attachment_tool/Makefile.am b/plugin/attachment_tool/Makefile.am
index ca0564b4..ae1006a6 100644
--- a/plugin/attachment_tool/Makefile.am
+++ b/plugin/attachment_tool/Makefile.am
@@ -6,11 +6,11 @@ attachment_tool_la_SOURCES = attachment_tool.c
attachment_tool_la_LDFLAGS = -module -no-undefined -avoid-version
INCLUDES = \
- $(GTK_CFLAGS) \
- -I$(includedir) \
-I$(top_srcdir) \
-I$(top_srcdir)/libsylph \
- -I$(top_srcdir)/src
+ -I$(top_srcdir)/src \
+ $(GTK_CFLAGS) \
+ -I$(includedir)
attachment_tool_la_LIBADD = \
$(GTK_LIBS) \
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
index d9d3f513..89cbba5d 100644
--- a/plugin/test/Makefile.am
+++ b/plugin/test/Makefile.am
@@ -6,11 +6,11 @@ test_la_SOURCES = test.c test.h
test_la_LDFLAGS = -module -no-undefined -avoid-version
INCLUDES = \
- $(GTK_CFLAGS) \
- -I$(includedir) \
-I$(top_srcdir) \
-I$(top_srcdir)/libsylph \
- -I$(top_srcdir)/src
+ -I$(top_srcdir)/src \
+ $(GTK_CFLAGS) \
+ -I$(includedir)
test_la_LIBADD = \
$(GTK_LIBS) \