public
Description: A Clutter-based Twitter client
Homepage: http://live.gnome.org/Tweet
Clone URL: git://github.com/ebassi/tweet.git
Search Repo:
Install the right pc file under the pkgconfig directory

Copy the pc file generated from the template into the real, versioned
pc file we need to get twitter-glib dependencies, flags and libs.
Emmanuele Bassi (author)
Fri Apr 11 16:07:31 -0700 2008
commit  96303bf7cf391fb7e3cde28e8f3842a048e9cd1c
tree    8b7a1002933e00e00848af2bef15a1b54b364d2f
parent  3ed41fb42f756269ef6d7cc0974cdab6918163d5
...
100
101
102
103
 
 
 
 
 
 
 
104
105
106
...
100
101
102
 
103
104
105
106
107
108
109
110
111
112
0
@@ -100,7 +100,13 @@ twitterinclude_DATA = \
0
   $(top_srcdir)/twitter-glib/twitter-glib.h \
0
   $(NULL)
0
 
0
-CLEANFILES = $(STAMPFILES) $(BUILT_SOURCES)
0
+pcfiledir = $(libdir)/pkgconfig
0
+pcfile_DATA = twitter-glib-1.0.pc
0
+
0
+twitter-glib-1.0.pc: twitter-glib.pc
0
+  @cp -f $< $@
0
+
0
+CLEANFILES = $(STAMPFILES) $(BUILT_SOURCES) $(pcfile_DATA)
0
 
0
 DISTCLEANFILES = \
0
   $(ENUMFILES) \

Comments

    No one has commented yet.