aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-04 06:49:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-04 06:49:31 +0000
commit29d50219202f293966474cb1e823750ec32cf4a2 (patch)
tree5817a302a02781f86ff3b28297a3b078f8fb82f2
parenteea216525149d46d07a03e489f1ade1b4d67cc97 (diff)
fixed plugin/attachment_tool/Makefile.am.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2658 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--plugin/attachment_tool/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd90cbec..085e1cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-08-04
+ * plugin/attachment_tool/Makefile.am: fixed.
+
+2010-08-04
+
* configure.in
plugin/Makefile.am
plugin/attachment_tool/*: added new plug-in 'Attachment Tool
diff --git a/plugin/attachment_tool/Makefile.am b/plugin/attachment_tool/Makefile.am
index 9fc7f39e..ca0564b4 100644
--- a/plugin/attachment_tool/Makefile.am
+++ b/plugin/attachment_tool/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = \
-I$(top_srcdir)/libsylph \
-I$(top_srcdir)/src
-test_la_LIBADD = \
+attachment_tool_la_LIBADD = \
$(GTK_LIBS) \
$(top_builddir)/src/libsylpheed-plugin-0.la \
$(top_builddir)/libsylph/libsylph-0.la