Changeset 6cc60c12dbcec7c48b2a6ab1b8cf61e85cd4fd8d

Show
Ignore:
Timestamp:
12/15/05 17:00:44 (3 years ago)
Author:
Filippo Carone <littlejohn@videolan.org>
git-committer:
Filippo Carone <littlejohn@videolan.org> 1134662444 +0000
git-parent:

[4785ff416c67ea11cdd77d0a2a4e442b3c218578]

git-author:
Filippo Carone <littlejohn@videolan.org> 1134662444 +0000
Message:

Makefile works for both i386 and amd64 platforms

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/java/Makefile.am

    r54f5135 r6cc60c1  
    1010 
    1111# Include some JAVA stuff 
     12PROCESSOR_FAMILY = `uname -m | sed -e 's/^i.86/i386/' | sed -e 's/^x86_64/amd64/'` 
    1213JINCLUDES = -I${JAVA_HOME}/include -I${JAVA_HOME}/include/linux 
    13 LIBJINCLUDES = -L${JAVA_HOME}/jre/lib/i386 -ljawt 
     14LIBJINCLUDES = -L${JAVA_HOME}/jre/lib/${PROCESSOR_FAMILY} -ljawt 
     15 
    1416 
    1517# Binaries