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