|
From: Elias N. <eli...@us...> - 2004-09-03 08:45:23
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common/ati In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10033/common/ati Modified Files: Makefile.am Log Message: Fix linux makefiles Index: Makefile.am =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/ati/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 8 Feb 2004 20:31:01 -0000 1.3 +++ Makefile.am 3 Sep 2004 08:45:13 -0000 1.4 @@ -3,7 +3,6 @@ libati_la_SOURCES = $(SRC) INCLUDES=-I.. SRC=org_lwjgl_opengl_ATIElementArray.cpp \ - org_lwjgl_opengl_ATIElementArray.cpp \ org_lwjgl_opengl_ATIEnvmapBumpmap.cpp \ org_lwjgl_opengl_ATIFragmentShader.cpp \ org_lwjgl_opengl_ATIPnTriangles.cpp \ |