[libsecret] build: Fix parallel make issue
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] build: Fix parallel make issue
- Date: Fri, 13 Jul 2012 21:51:40 +0000 (UTC)
commit 19eb104158083808f864e34eb03a40e5698659c3
Author: Colin Walters <walters verbum org>
Date: Fri Jul 13 17:50:22 2012 -0400
build: Fix parallel make issue
SecretUnstable.gir depends on Secret.gir, which in turn depends
on the stuff that was previously listed.
libsecret/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am
index 1b7eb73..46727d7 100644
--- a/libsecret/Makefile.am
+++ b/libsecret/Makefile.am
@@ -124,7 +124,7 @@ Secret_ SECRET_MAJOR@_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DSECRET_CO
Secret_ SECRET_MAJOR@_gir_FILES = $(STABLE_FILES)
Secret_ SECRET_MAJOR@_gir_SCANNERFLAGS = --c-include "libsecret/secret.h"
-SecretUnstable-0.gir: libsecret- SECRET_MAJOR@.la libsecret- SECRET_MAJOR@.pc
+SecretUnstable-0.gir: Secret- SECRET_MAJOR@.gir
SecretUnstable_0_gir_NAMESPACE = SecretUnstable
SecretUnstable_0_gir_EXPORT_PACKAGES = libsecret-unstable
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]