[gnome-keyring] build: Fix parallel compilation
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] build: Fix parallel compilation
- Date: Sat, 17 Sep 2011 19:12:16 +0000 (UTC)
commit 213c36d7ec95ae07872bc5581f832e55f1180252
Author: Bastien Nocera <hadess hadess net>
Date: Sat Sep 17 20:08:36 2011 +0100
build: Fix parallel compilation
We need to tell Makefile how to generate gcr-oids.h
gcr/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 0b51eff..60e9b29 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -176,6 +176,8 @@ gcr-enum-types.c: $(HEADER_FILES) gcr-enum-types.c.template
gcr-oids.c: gcr-oids.list gcr-mkoids
$(AM_V_GEN) sh gcr-mkoids -p GCR -c gcr-oids.c -h gcr-oids.h gcr-oids.list
+gcr-oids.h: gcr-oids.c
+
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gcr-$(GCR_MAJOR).pc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]