mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Fix parallel make
Make doesn't know that 'libmock_service.la' is the same as '$(top_builddir)/library/tests/libmock_service.la', and fails to properly order builds when using -jX with parallel make. Fix this by using 'libmock_service.la' everywhere. make[4]: *** No rule to make target `../../library/tests/libmock_service.la', needed by `test-value'. Stop.
This commit is contained in:
parent
b363b7e86e
commit
f327460ef5
@ -27,7 +27,7 @@ libmock_service_la_LIBADD = \
|
||||
LDADD = \
|
||||
$(top_builddir)/egg/libegg.la \
|
||||
$(top_builddir)/library/libsecret-@SECRET_MAJOR@.la \
|
||||
$(top_builddir)/library/tests/libmock_service.la \
|
||||
libmock_service.la \
|
||||
$(NULL)
|
||||
|
||||
TEST_PROGS = \
|
||||
|
Loading…
Reference in New Issue
Block a user