diff options
author | pixel <pixel> | 2007-07-27 15:20:07 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-07-27 15:20:07 +0000 |
commit | 1b56048df878e8f34f391814e32a7044e8a17f71 (patch) | |
tree | 99dd7e313babfeea71a51ac68f7d85bd4c1d197f /compile | |
parent | d2d81935309e9eb1b24cd9d13dfcc2ae1d985eb4 (diff) |
Fixing Dalos.origin
Diffstat (limited to 'compile')
-rw-r--r-- | compile/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile/linux/Makefile b/compile/linux/Makefile index 54e90b5..2dd67e9 100644 --- a/compile/linux/Makefile +++ b/compile/linux/Makefile @@ -41,7 +41,7 @@ glbase.cc sprite.cc \ glfont.cc texture.cc \ glshape.cc widgets.cc \ glsprite.cc contextmenu.cc \ -inputtext.cc +inputtext.cc LuaGL.cc BALTISOT_SOURCES = \ Image.cc Main.cc \ |