From 2a6654a3fd29f993ad79e4697c735a39faa3f5ea Mon Sep 17 00:00:00 2001 From: Tomasz Kłoczko Date: Tue, 11 Jan 2005 22:50:01 +0000 Subject: Fxs parallel build ("make -j"). Do not include full path to .la file in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-01-11 Tomasz Kłoczko * src/Makefile.am: Fxs parallel build ("make -j"). Do not include full path to .la file in case when it is in current directory (it breaks dependences framework generated by automake in Makefile file). --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 7a1eadc4c..b78060cc7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -130,7 +130,7 @@ epiphany_CFLAGS = \ epiphany_LDFLAGS = -R$(MOZILLA_HOME) -dlopen self epiphany_LDADD = \ - $(top_builddir)/src/libephymain.la \ + libephymain.la \ $(top_builddir)/src/bookmarks/libephybookmarks.la \ $(top_builddir)/embed/libephyembedfactory.la \ $(top_builddir)/embed/mozilla/libephymozillaembed.la \ -- cgit