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:37:16 -0700 2008
commit  c392255986da2c9f08d0511826017c1a5ffc2659
tree    a17198e86b53fa17d214b0f5db855a21229c0a6a
parent  437c516113cd12b7e058668f002a03cccaa61c2f
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