You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/09/22 20:43:34 UTC

svn commit: r1000134 - /incubator/etch/trunk/binding-c/runtime/build.xml

Author: grandyho
Date: Wed Sep 22 18:43:34 2010
New Revision: 1000134

URL: http://svn.apache.org/viewvc?rev=1000134&view=rev
Log:
small fix for build on linux

Modified:
    incubator/etch/trunk/binding-c/runtime/build.xml

Modified: incubator/etch/trunk/binding-c/runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/binding-c/runtime/build.xml?rev=1000134&r1=1000133&r2=1000134&view=diff
==============================================================================
--- incubator/etch/trunk/binding-c/runtime/build.xml (original)
+++ incubator/etch/trunk/binding-c/runtime/build.xml Wed Sep 22 18:43:34 2010
@@ -76,9 +76,9 @@
         </copy>
 
         <copy todir="${Etch.dist}/binding-c/lib">
-            <fileset dir="${target}/src/main/debug">
-                <include name="etch.lib" />
-                <include name="etch.pdb" />
+            <fileset dir="${target}/src/main">
+                <include name="debug/etch.lib" />
+                <include name="debug/etch.pdb" />
                 <include name="libetch.a" />
             </fileset>
         </copy>