aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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