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

« back to all changes in this revision

Viewing changes to src/goaidentity/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Laurent Bigonville, Andreas Henriksson
  • Date: 2014-05-16 11:42:52 UTC
  • mfrom: (1.1.28) (0.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20140516114252-u5ect6mk6ht8i38x
Tags: 3.12.2-1
[ Laurent Bigonville ]
* debian/control.in: Recommends realmd package (Closes: #725965)

[ Andreas Henriksson ]
* New upstream release.
  - Removes chat support from Windows Live provider (XMPP gateway gone).
* Bump Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
GOA_MINOR_VERSION = @GOA_MINOR_VERSION@
250
250
GREP = @GREP@
251
251
GTKDOC_CHECK = @GTKDOC_CHECK@
 
252
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
252
253
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
253
254
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
254
255
GTKDOC_MKPDF = @GTKDOC_MKPDF@
876
877
 
877
878
 
878
879
$(identity_dbus_built_sources) : Makefile.am org.gnome.Identity.xml
879
 
        gdbus-codegen                                           \
 
880
        $(AM_V_GEN) gdbus-codegen                                               \
880
881
                --interface-prefix org.gnome.Identity.          \
881
882
                --c-namespace GoaIdentityService                \
882
883
                --c-generate-object-manager                     \
893
894
        $(AM_V_GEN) glib-mkenums --template $^ > $@
894
895
 
895
896
$(realmd_dbus_built_sources) : Makefile.am org.freedesktop.realmd.xml
896
 
        gdbus-codegen                                           \
 
897
        $(AM_V_GEN) gdbus-codegen                                               \
897
898
                --interface-prefix org.freedesktop.realmd.      \
898
899
                --generate-c-code org.freedesktop.realmd        \
899
900
                --c-generate-object-manager                     \