~ubuntu-branches/ubuntu/saucy/gnome-online-accounts/saucy

« back to all changes in this revision

Viewing changes to data/icons/48x48/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-20 22:37:44 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20120820223744-ndi1s9124mef09ak
Tags: 3.5.90-0ubuntu1
* New upstream release.
* debian/control.in:
  - Build-depend on krb5-config, libgcr-3-dev, and libkrb5-dev
* debian/rules:
  - Enable Kerberos provider
* debian/libgoa-1.0-0.symbols: Added new symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
EGREP = @EGREP@
142
142
EXEEXT = @EXEEXT@
143
143
FGREP = @FGREP@
 
144
GCR_CFLAGS = @GCR_CFLAGS@
 
145
GCR_LIBS = @GCR_LIBS@
144
146
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
145
147
GLIB_CFLAGS = @GLIB_CFLAGS@
146
148
GLIB_LIBS = @GLIB_LIBS@
180
182
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
181
183
JSON_GLIB_CFLAGS = @JSON_GLIB_CFLAGS@
182
184
JSON_GLIB_LIBS = @JSON_GLIB_LIBS@
 
185
KRB5_CFLAGS = @KRB5_CFLAGS@
 
186
KRB5_CONFIG = @KRB5_CONFIG@
 
187
KRB5_LIBS = @KRB5_LIBS@
183
188
LD = @LD@
184
189
LDFLAGS = @LDFLAGS@
185
190
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
297
302
icondir = $(datadir)/icons/hicolor/48x48/apps
298
303
icon_DATA = \
299
304
        goa-account.png                 \
300
 
        goa-account-exchange.png \
301
305
        goa-account-facebook.png        \
302
306
        goa-account-google.png          \
303
 
        goa-account-msn.png             \
304
307
        goa-account-twitter.png         \
305
308
        goa-account-yahoo.png           \
306
309
        $(NULL)