Turn off debugging, note on require'ing
authorMyhailo Danylenko <isbear@ukrpost.net>
Tue, 19 May 2009 17:35:16 +0300
changeset 24 1ad539cb8dc6
parent 23 13f03e604c8a
child 25 1ce483608721
Turn off debugging, note on require'ing
CMakeLists.txt
README
--- 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")
--- 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