diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | plugin/test/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2009-06-25 + * plugin/test/Makefile.am: fixed build issue. + +2009-06-25 + * updated COPYING and LICENSE. 2009-06-25 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 |