Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes paral...
authorDonnie Berkholz <spyderous@gentoo.org>
Sun, 7 May 2006 22:44:37 +0000 (15:44 -0700)
committerJosh Triplett <josh@freedesktop.org>
Sun, 7 May 2006 22:44:37 +0000 (15:44 -0700)
src/Makefile.am

index ecb65c2..719190a 100644 (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.