[aravis] build: fix make -j parallel compilation
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] build: fix make -j parallel compilation
- Date: Wed, 17 Oct 2012 09:18:19 +0000 (UTC)
commit 8016542f31334fd3cc76c93695cb545db644f2bb
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Wed Oct 17 11:15:55 2012 +0200
build: fix make -j parallel compilation
Girscan was launched before the library was built. This patch just
adds a dependency on the library for the Girscan step.
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index bd83c5c..9a13b33 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -187,7 +187,7 @@ introspection_files = $(ARAVIS_SRCS) \
arvenumtypes.c \
arvenumtypes.h
-Aravis- ARAVIS_API_VERSION@.gir: $(INTROSPECTION_SCANNER)
+Aravis- ARAVIS_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libaravis- ARAVIS_API_VERSION@.la Makefile
Aravis_ ARAVIS_API_VERSION_U@_gir_INCLUDES = GObject-2.0 Gio-2.0
Aravis_ ARAVIS_API_VERSION_U@_gir_SCANNERFLAGS = --identifier-prefix=Arv --warn-all
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]