Update of /cvsroot/xine/xine-lib
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18935

Modified Files:
        Makefile.am 
Log Message:
Fix srcdir != builddir builds.


Index: Makefile.am
===================================================================
RCS file: /cvsroot/xine/xine-lib/Makefile.am,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- Makefile.am 4 Feb 2007 01:30:50 -0000       1.49
+++ Makefile.am 9 Feb 2007 04:39:32 -0000       1.50
@@ -81,7 +81,7 @@
 STRINGS=$(shell which -- "${CHOST}-strings" 2>/dev/null || which strings 
2>/dev/null || false)
 
 install-exec-hook:
-       find $(top_srcdir) -name \*.so | \
+       find $(top_builddir) -name \*.so | \
          xargs $(STRINGS) | \
          egrep '^([-a-z]+/[-+.a-z0-9]+:[^:]+:[^;]+;[ \t]*)+' | \
          sed -e 's/:[^;]\+;/\n/g' | \


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to