From 60598b254c9be9b75ce4bbeebb13c193b066b4f5 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 2 Jul 2009 06:56:04 +0000 Subject: fixed build issue. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2173 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ plugin/test/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cef89187..3bef5737 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-25 + + * plugin/test/Makefile.am: fixed build issue. + 2009-06-25 * updated COPYING and LICENSE. 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 -- cgit v1.2.3