[Xcb-commit] xcb
Josh Triplett
josh at kemper.freedesktop.org
Sun May 7 15:44:38 PDT 2006
xcb/src/Makefile.am | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 06fc10e5edb62cf269100c61e4c82b5dd7183aba (from 1d9d22aa5bc092cf65f8b1deb421d897a8e3032e)
Author: Donnie Berkholz <spyderous at gentoo.org>
Date: Sun May 7 15:44:37 2006 -0700
Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes parallel builds.
diff --git a/xcb/src/Makefile.am b/xcb/src/Makefile.am
index ecb65c2..719190a 100644
--- a/xcb/src/Makefile.am
+++ b/xcb/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.
More information about the xcb-commit
mailing list