# HG changeset patch # User Myhailo Danylenko # Date 1242743716 -10800 # Node ID 1ad539cb8dc6f1a88caabb86fa2ea36800576cfa # Parent 13f03e604c8a3b3f0e0c6084cd6ec8938f713036 Turn off debugging, note on require'ing diff -r 13f03e604c8a -r 1ad539cb8dc6 CMakeLists.txt --- a/CMakeLists.txt Tue May 19 02:12:02 2009 +0300 +++ b/CMakeLists.txt Tue May 19 17:35:16 2009 +0300 @@ -18,7 +18,7 @@ project(lua-lm C) ## User options -option(DEBUG "Enable debugging output" ON) +option(DEBUG "Enable debugging output" OFF) set(TEST_USER "test@jabber.org" CACHE TEXT "Testing: Your jabber account name") set(TEST_PASSWORD "greatsecret" CACHE TEXT "Testing: Password for your jabber account") set(TEST_TO "test@jabber.org/mcabber" CACHE TEXT "Testing: Target jabber entity") diff -r 13f03e604c8a -r 1ad539cb8dc6 README --- a/README Tue May 19 02:12:02 2009 +0300 +++ b/README Tue May 19 17:35:16 2009 +0300 @@ -31,6 +31,10 @@ Unfortunately, test script depends on my unfinished (and, probably, never finished) glib module, and thus is unusable as is. +This module should be used as follows: +lm = require 'lm' +i.e., you should assign require return value to some variable. + LICENSE This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING