Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes parallel builds.
This commit is contained in:
parent
4a891c6f4e
commit
92456577db
|
@ -100,7 +100,7 @@ CLEANFILES = $(COREPROTO) $(EXTENSIONS)
|
|||
clean-local:
|
||||
rmdir extensions || true
|
||||
|
||||
XCB_LIBS = $(top_builddir)/src/libXCB.la
|
||||
XCB_LIBS = libXCB.la
|
||||
|
||||
# FIXME: find a way to autogenerate this from the XML files.
|
||||
|
||||
|
|
Loading…
Reference in New Issue