public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Emmanuele Bassi (author)
Thu Apr 17 21:47:02 -0700 2008
commit  b7a26fb5bc22aa4b214b5fd0fd5ad6e7317f6796
tree    a0237500d6a41e08c85118a88e03f36ae450e793
parent  5eace09ef4f7bdbdde82eae3fc09c618225ab5bb
tweet / Makefile.am
100644 6 lines (5 sloc) 0.147 kb
1
2
3
4
5
6
SUBDIRS = twitter-glib tests src
 
dist-hook:
  git-log --stat > ChangeLog.in && \
  cp -f ChangeLog.in $(distdir)/ChangeLog && \
  rm -f ChangeLog.in