[librsvg] Fix parallel make failure.
- From: Hiroyuki Ikezoe <hiikezoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Fix parallel make failure.
- Date: Mon, 7 Jun 2010 12:05:32 +0000 (UTC)
commit bd8bb3d0855763f4ed65cc979afb13fa699aec9e
Author: Hiroyuki Ikezoe <hiikezoe gnome org>
Date: Mon Jun 7 21:00:48 2010 +0900
Fix parallel make failure.
Fix for bug #620822.
tools/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index ebad72f..a2c73f1 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -19,7 +19,8 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"librsvg\" \
-DLIBRSVG_DATADIR="\"$(datadir)\""
-DEPS = $(top_builddir)/librsvg-2.la
+DEPS = $(top_builddir)/librsvg-2.la \
+ librsvg_tools_main.la
LDADDS = \
$(LIBGSF_LIBS) \
$(GLIB_LIBS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]