Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes parallel builds.

This commit is contained in:
Donnie Berkholz 2006-05-07 15:44:37 -07:00 committed by Josh Triplett
parent 4a891c6f4e
commit 92456577db

View File

@ -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.