diff options
Diffstat (limited to 'plugin/test')
-rw-r--r-- | plugin/test/Makefile.am | 4 |
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 |