[model] fix parallel build (missing dependency)
- From: Ryan Lortie <ryanl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [model] fix parallel build (missing dependency)
- Date: Sun, 1 Nov 2009 01:33:39 +0000 (UTC)
commit f54d416b2564ae7c972cabeef3b5bc26302d282d
Author: Ryan Lortie <desrt desrt ca>
Date: Sat Oct 31 21:32:50 2009 -0400
fix parallel build (missing dependency)
model/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/model/Makefile.am b/model/Makefile.am
index 3fdd522..9ef82ba 100644
--- a/model/Makefile.am
+++ b/model/Makefile.am
@@ -6,7 +6,7 @@ libmodel_la_SOURCES = model.c
Model-0.2.typelib: Model-0.2.gir libmodel.la
g-ir-compiler -o $@ --shared-library=libmodel $<
-Model-0.2.gir: model.h model-implementation.h model.c
+Model-0.2.gir: model.h model-implementation.h model.c libmodel.la
g-ir-scanner --namespace Model --nsversion=0.2 --output $@ \
--c-include=model-implementation.h --libtool="$(LIBTOOL)" \
--library=model --pkg-export=model --include=GObject-2.0 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]