public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Add new files to the build
Emmanuele Bassi (author)
Thu Apr 10 13:41:50 -0700 2008
commit  811189ad75e06a181621fae293923f936fac8861
tree    f07fd6ad30a8db0619fb4bebe80e06f22cbf828c
parent  226141c0277161046cc1145b9f6670242cf9b4a1
...
26
27
28
 
29
30
31
 
32
33
34
35
 
36
37
38
39
40
 
41
42
43
...
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
0
@@ -26,18 +26,22 @@ sources_public_h = \
0
   $(top_srcdir)/twitter-glib/twitter-status.h \
0
   $(top_srcdir)/twitter-glib/twitter-timeline.h \
0
   $(top_srcdir)/twitter-glib/twitter-user.h \
0
+ $(top_srcdir)/twitter-glib/twitter-user-list.h \
0
   $(NULL)
0
 
0
 sources_private_h = \
0
+ $(top_srcdir)/twitter-glib/twitter-api.h \
0
   $(top_srcdir)/twitter-glib/twitter-private.h \
0
   $(NULL)
0
 
0
 sources_c = \
0
+ twitter-api.c \
0
   twitter-common.c \
0
   twitter-client.c \
0
   twitter-status.c \
0
   twitter-timeline.c \
0
   twitter-user.c \
0
+ twitter-user-list.c \
0
   $(NULL)
0
 
0
 twitter-marshal.h: stamp-twitter-marshal.h

Comments

    No one has commented yet.