~ubuntu-branches/ubuntu/raring/gwibber/raring-proposed

« back to all changes in this revision

Viewing changes to examples/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-08-21 17:08:05 UTC
  • mfrom: (1.1.80)
  • Revision ID: package-import@ubuntu.com-20120821170805-e5r3eoccjy7awc0n
Tags: 3.5.3-0ubuntu1
* New upstream release
  - Ported to Ubuntu Online Accounts
  - Fixed all the GTK warnings, thanks to Jeff Licquia
* debian/control
  - Added depends for gir1.2-signon-1.0 to gwibber-service
  - added build depends for libsignon-glib-dev and libaccounts-glib-dev
  - added breaks, conflicts and replaces to handle soname change
* debian/gwibber.install
  - remove gwibber-accounts related files

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        -X -I$(top_srcdir)/libgwibber \
14
14
        -X -L../libgwibber/.libs \
15
15
        ../libgwibber/gwibber-@GWIBBER_API_VERSION@.vapi \
 
16
        --vapidir $(top_srcdir)/vapi \
 
17
        --pkg accounts \
16
18
        --pkg dbus-glib-1 \
17
19
        --pkg dee-1.0 \
18
20
        --pkg gee-1.0 \
37
39
        -X -L../libgwibber-gtk/.libs \
38
40
        ../libgwibber/gwibber-@GWIBBER_API_VERSION@.vapi \
39
41
        ../libgwibber-gtk/gwibber-gtk-@GWIBBER_API_VERSION@.vapi \
 
42
        --vapidir $(top_srcdir)/vapi \
 
43
        --pkg accounts \
40
44
        --pkg dbus-glib-1 \
41
45
        --pkg json-glib-1.0 \
42
46
        --pkg gtk+-3.0 \