mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
build: Fix parallel make issue
SecretUnstable.gir depends on Secret.gir, which in turn depends on the stuff that was previously listed.
This commit is contained in:
parent
69fd67ae19
commit
19eb104158
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user