From: Elias N. <eli...@us...> - 2002-12-18 20:32:15
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1:/tmp/cvs-serv16778/common Modified Files: Makefile.am Log Message: Removed ALUT from automake Index: Makefile.am CVS Browser: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/java-game-lib/LWJGL/src/native/common/Makefile.am =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 30 Nov 2002 00:19:59 -0000 1.3 +++ Makefile.am 18 Dec 2002 20:32:12 -0000 1.4 @@ -55,8 +55,6 @@ org_lwjgl_Math_MatrixOpSubtract_MatrixOpSafe.h \ org_lwjgl_openal_ALC.cpp \ org_lwjgl_openal_ALC.h \ - org_lwjgl_openal_ALUT.cpp \ - org_lwjgl_openal_ALUT.h \ org_lwjgl_openal_BaseAL.cpp \ org_lwjgl_openal_BaseAL.h \ org_lwjgl_openal_CoreAL.cpp \ |