Changeset 1773

Show
Ignore:
Timestamp:
12/14/07 13:17:34 (1 year ago)
Author:
dsugar
Message:

Add dependency for setools

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/compilerbuild.xml

    r1469 r1773  
    3838    <property name="libpath" value="/usr/lib" /> 
    3939         
     40        <path id="setools.classpath"> 
     41                <pathelement location="/usr/share/setools-3.3/apol.jar" /> 
     42        </path> 
    4043         
    4144        <!-- global directory names --> 
     
    374377                        <src path="${slidedir}" /> 
    375378                        <src path="${build}/${pkg_path}" />  
     379                        <classpath refid="setools.classpath" /> 
    376380                </javac> 
    377381        </target>