~ubuntu-branches/ubuntu/trusty/vino/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/12_app-indicators-only.patch/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-06 13:22:46 UTC
  • mfrom: (1.1.62)
  • Revision ID: package-import@ubuntu.com-20120606132246-v70ea0dyx3p3l05v
Tags: 3.5.2-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
280
280
# GSettings schemas, enum files and conversion file
281
281
gsettings_ENUM_NAMESPACE = org.gnome.Vino
282
282
gsettings_ENUM_FILES = capplet/vino-preferences.c
283
 
gsettings_in_file = common/org.gnome.Vino.gschema.xml.in
284
 
gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
 
283
gsettings_SCHEMAS = common/org.gnome.Vino.gschema.xml
285
284
 
286
 
@INTLTOOL_XML_NOMERGE_RULE@
287
285
@GSETTINGS_RULES@
288
286
 
289
287
convertdir = $(datadir)/GConf/gsettings
308
306
dist_noinst_DATA = \
309
307
        $(desktop_in_files) \
310
308
        \
311
 
        common/org.gnome.Vino.gschema.xml \
312
 
        $(gsettings_in_file) \
 
309
        $(gsettings_SCHEMAS) \
313
310
        \
314
311
        docs/remote-desktop.txt \
315
312
        docs/debugging.txt \
336
333
 
337
334
CLEANFILES = \
338
335
        $(nodist_desktop_DATA) \
339
 
        $(gsettings_SCHEMAS) \
340
336
        $(nodist_service_DATA) \
341
337
        $(marshal_data) \
342
338
        $(enum_data) \