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 10 13:24:35 -0700 2008
commit  2a6996e073f19fda2784609a079db10c84149971
tree    b186c7197da03aaf9cd367dfaf368cfed5d5d91e
parent  d91030460d68a81692d5cb00cf791710b9d9f748
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