From 92456577dbbe3874d6e40a1ef26b63dd405c160c Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Sun, 7 May 2006 15:44:37 -0700 Subject: [PATCH] Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes parallel builds. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index ecb65c2..719190a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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. -- 2.34.1