aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-07-02 06:56:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-07-02 06:56:04 +0000
commit60598b254c9be9b75ce4bbeebb13c193b066b4f5 (patch)
tree3320d6825bd3d6bfd70df7c02ce96b925654ace6 /plugin
parent07d693ec7177c75496313d2604ca3b272afcd8cb (diff)
fixed build issue.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2173 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'plugin')
-rw-r--r--plugin/test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/test/Makefile.am b/plugin/test/Makefile.am
index 9c8ed965..d9d3f513 100644
--- a/plugin/test/Makefile.am
+++ b/plugin/test/Makefile.am
@@ -14,8 +14,8 @@ INCLUDES = \
test_la_LIBADD = \
$(GTK_LIBS) \
- $(top_srcdir)/src/libsylpheed-plugin-0.la \
- $(top_srcdir)/libsylph/libsylph-0.la
+ $(top_builddir)/src/libsylpheed-plugin-0.la \
+ $(top_builddir)/libsylph/libsylph-0.la
install:
install-plugin: install-am