xserver: Branch 'xorg-server-1.4-apple'

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Sat Oct 4 21:25:54 PDT 2008


 hw/xquartz/pbproxy/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1fe7298a3b9a2ed82c612292f9e547cf78f99ae5
Author: Jeremy Huddleston <jeremyhu at freedesktop.org>
Date:   Sat Oct 4 21:25:50 2008 -0700

    Xquartz: Fix parallel builds

diff --git a/hw/xquartz/pbproxy/Makefile.am b/hw/xquartz/pbproxy/Makefile.am
index 43f7386..fd93ce1 100644
--- a/hw/xquartz/pbproxy/Makefile.am
+++ b/hw/xquartz/pbproxy/Makefile.am
@@ -14,7 +14,7 @@ if !INTEGRATED_XPBPROXY
 
 bin_PROGRAMS = xpbproxy
 xpbproxy_SOURCES = app-main.m
-xpbproxy_LDADD = $(top_builddir)/hw/xquartz/pbproxy/libxpbproxy.la
+xpbproxy_LDADD = libxpbproxy.la
 
 endif
 


More information about the xorg-commit mailing list