~ubuntu-branches/ubuntu/trusty/empathy/trusty

« back to all changes in this revision

Viewing changes to extensions/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-01-10 10:18:05 UTC
  • mfrom: (213.1.2 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130110101805-17u1i4idzvdsyu4s
Tags: 3.6.3-0ubuntu2
* Re-apply changes to switch to GStreamer 1.0.
* Update build-deps and pass enable flag in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
        @$(mkdir_p) _gen
99
99
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/xincludator.py $< > $@
100
100
 
101
 
_gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml \
 
101
_gen/cli-misc-body.h: _gen/cli-misc.h
 
102
 
 
103
_gen/cli-misc.h: _gen/misc.xml \
102
104
        $(tools_dir)/glib-client-gen.py
103
105
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \
104
106
                --group=misc \
108
110
                --tp-proxy-api=0.10.0 \
109
111
                $< Emp_Cli _gen/cli-misc
110
112
 
111
 
_gen/svc-misc.c _gen/svc-misc.h: _gen/misc.xml \
 
113
# There is no need to execute glib-ginterface-gen.py twice because it
 
114
# generates both the .c and .h files in one shot. Therefore, merely
 
115
# having one of them (say the .c) depend on the other (say the .h) is
 
116
# enough.
 
117
#
 
118
# Moreover, running it twice breaks parallel builds because one
 
119
# glib-ginterface-gen.py process steps on the other.
 
120
 
 
121
_gen/svc-misc.c: _gen/svc-misc.h
 
122
 
 
123
_gen/svc-misc.h: _gen/misc.xml \
112
124
        $(tools_dir)/glib-ginterface-gen.py
113
125
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
114
126
                --filename=_gen/svc-misc \