[lasem] build: fix parallel build.
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [lasem] build: fix parallel build.
- Date: Fri, 28 Sep 2012 13:22:51 +0000 (UTC)
commit a64baf1fddc36be0b3b177da0f8818f0ca25bd8c
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Fri Sep 28 15:21:27 2012 +0200
build: fix parallel build.
Add a dependency on the .la file, in order to start the introspection
scanner after library is built.
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6535f24..ebabeb2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -286,7 +286,7 @@ introspection_files = $(LASEM_DOM_SRCS) \
lsmdomenumtypes.c \
lsmdomenumtypes.h
-Lasem- LASEM_API_VERSION@.gir: $(INTROSPECTION_SCANNER)
+Lasem- LASEM_API_VERSION@.gir: $(INTROSPECTION_SCANNER) liblasem- LASEM_API_VERSION@.la Makefile
Lasem_ LASEM_API_VERSION_U@_gir_INCLUDES = GObject-2.0 cairo-1.0 Gio-2.0 Pango-1.0 GdkPixbuf-2.0
Lasem_ LASEM_API_VERSION_U@_gir_SCANNERFLAGS = --identifier-prefix=Lsm --warn-all
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]