[Xcb-commit] xcb/src Makefile.am,1.23,1.24

Jamey Sharp xcb-commit at lists.freedesktop.org
Thu Sep 29 12:16:32 PDT 2005


Update of /cvs/xcb/xcb/src
In directory gabe:/tmp/cvs-serv11016/src

Modified Files:
	Makefile.am 
Log Message:
2005-08-15  Trevor Woerner <twoerner.x at gmail.com>

	reviewer: Jamey Sharp <jamey at minilop.net>

	* src/Makefile.am:
	Make builds work when the source and build directories
	are different.


Index: Makefile.am
===================================================================
RCS file: /cvs/xcb/xcb/src/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- Makefile.am	12 May 2005 08:59:28 -0000	1.23
+++ Makefile.am	29 Sep 2005 19:16:29 -0000	1.24
@@ -72,7 +72,7 @@
 	            --stringparam base-path $(XCBPROTO_XCBINCLUDEDIR)/ \
 	            --stringparam extension-path \
 	                          $(XCBPROTO_XCBINCLUDEDIR)/extensions/ \
-	            -o $@ c-client.xsl $< 
+	            -o $@ $(srcdir)/c-client.xsl $< 
 
 %.c: %.xml c-client.xsl
 	@n=`dirname $*`; test -d $$n || (echo mkdir $$n; mkdir $$n)
@@ -80,4 +80,4 @@
 	            --stringparam base-path $(XCBPROTO_XCBINCLUDEDIR)/ \
 	            --stringparam extension-path \
 	                          $(XCBPROTO_XCBINCLUDEDIR)/extensions/ \
-	            -o $@ c-client.xsl $< 
+	            -o $@ $(srcdir)/c-client.xsl $< 



More information about the xcb-commit mailing list