diff options
author | Colin Walters <walters@verbum.org> | 2012-07-13 17:50:22 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-07-13 17:50:22 -0400 |
commit | 19eb104158083808f864e34eb03a40e5698659c3 (patch) | |
tree | 505de7cb1f0723b2fe438c89240126dd5bc3fc9c /libsecret | |
parent | 69fd67ae19aff85f5e565d06949d731b7f8da908 (diff) | |
download | libsecret-19eb104158083808f864e34eb03a40e5698659c3.tar.gz |
build: Fix parallel make issue
SecretUnstable.gir depends on Secret.gir, which in turn depends
on the stuff that was previously listed.
Diffstat (limited to 'libsecret')
-rw-r--r-- | 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 |