public
Description: ejabberd module implementing a microblogging service
Homepage: http://blog.jwchat.org/2008/09/09/xmpp-and-microblogging-lets-do-it/
Clone URL: git://github.com/sstrigler/mod_tweet.git
mod_tweet / Emakefile
100644 5 lines (4 sloc) 0.248 kb
1
2
3
4
5
{'lib/gen_mod', [{outdir, "ebin"},{i,"include"}]}.
{'src/mod_tweet', [{outdir, "ebin"},{i,"include"}]}.
{'src/mod_tweet_mnesia', [{outdir, "ebin"},{i,"include"}]}.
{'src/mod_tweet_couchdb', [{outdir, "ebin"},{i,"include"}]}.