From: Donnie Berkholz Date: Sun, 7 May 2006 22:44:37 +0000 (-0700) Subject: Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes paral... X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92456577dbbe3874d6e40a1ef26b63dd405c160c;p=free-sw%2Fxcb%2Flibxcb Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes parallel builds. --- 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.