~ubuntu-branches/ubuntu/utopic/telepathy-mission-control-5/utopic-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-01-10 11:07:51 UTC
  • mfrom: (0.13.5)
  • Revision ID: package-import@ubuntu.com-20130110110751-fzge1h4wgrwqu1zi
Tags: 1:5.14.0-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        _gen/enums.h \
53
53
        _gen/gtypes.h \
54
54
        _gen/interfaces.h \
55
 
        _gen/svc-Account_Interface_Addressing.h \
56
55
        _gen/svc-Account_Interface_Conditions.h \
57
56
        _gen/svc-Account_Interface_External_Password_Storage.h \
58
57
        _gen/svc-Account_Interface_Hidden.h \
67
66
        _gen/signals-marshal.c \
68
67
        _gen/signals-marshal.h \
69
68
        _gen/signals-marshal.list \
70
 
        _gen/svc-Account_Interface_Addressing.c \
71
69
        _gen/svc-Account_Interface_Conditions.c \
72
70
        _gen/svc-Account_Interface_External_Password_Storage.c \
73
71
        _gen/svc-Account_Interface_Hidden.c \
315
313
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
316
314
                --filename=_gen/svc-$* \
317
315
                --signal-marshal-prefix=_mcd_ext \
318
 
                --include='<telepathy-glib/dbus.h>' \
 
316
                --include='<telepathy-glib/telepathy-glib.h>' \
319
317
                --include='"_gen/signals-marshal.h"' \
320
318
                --not-implemented-func='tp_dbus_g_method_return_not_implemented' \
321
319
                --allow-unstable \