projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a891c6
)
Fix dependencies on libXCB.la to not walk down from $(top_builddir); this fixes paral...
author
Donnie Berkholz
<spyderous@gentoo.org>
Sun, 7 May 2006 22:44:37 +0000
(15:44 -0700)
committer
Josh Triplett
<josh@freedesktop.org>
Sun, 7 May 2006 22:44:37 +0000
(15:44 -0700)
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
ecb65c2
..
719190a
100644
(file)
--- 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.