File

squishy @ 118:3456a6088dc6

clix.publish_atom: Alter Activitystrea.ms argument prefix to --as- and remove IRI prefixing
author Kim Alvefur <zash@zash.se>
date Tue, 08 Oct 2013 14:54:05 +0200
parent 107:67ff8f55db4a
child 122:1dfd28db10bd
line wrap: on
line source

local commands = {
	"send";
	"receive";
	"version";
	"ping";
	"bounce";
	"mirror";
	"raw";
	"roster";
	"export";
	"vcard";
	"publish_atom";
	"sendfile";
	"archive";
	"presence";
}

for _, cmd in ipairs(commands) do
	Module("clix."..cmd)("clix/"..cmd..".lua")
end

if GetOption "with-verse" then
	Module("verse")(GetOption "with-verse");
end

Main "clix.lua"

Option "executable"
Output "clix.bin"