From 2a6654a3fd29f993ad79e4697c735a39faa3f5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20K=C5=82oczko?= 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). --- ChangeLog | 8 ++++++++ src/Makefile.am | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7d21a6ffe..7908b881c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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). + 2005-01-11 Christian Persch * configure.ac: 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 v1.2.3