~ubuntu-branches/ubuntu/raring/vino/raring-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • 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:
347
347
INTLTOOL_MERGE = @INTLTOOL_MERGE@
348
348
INTLTOOL_PERL = @INTLTOOL_PERL@
349
349
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
350
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
351
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
352
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
353
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
350
354
JPEG_LIBS = @JPEG_LIBS@
351
355
LD = @LD@
352
356
LDFLAGS = @LDFLAGS@
440
444
includedir = @includedir@
441
445
infodir = @infodir@
442
446
install_sh = @install_sh@
 
447
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
448
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
443
449
libdir = @libdir@
444
450
libexecdir = @libexecdir@
445
451
localedir = @localedir@
707
713
# GSettings schemas, enum files and conversion file
708
714
gsettings_ENUM_NAMESPACE = org.gnome.Vino
709
715
gsettings_ENUM_FILES = capplet/vino-preferences.c
710
 
gsettings_in_file = common/org.gnome.Vino.gschema.xml.in
711
 
gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
 
716
gsettings_SCHEMAS = common/org.gnome.Vino.gschema.xml
712
717
convertdir = $(datadir)/GConf/gsettings
713
718
dist_convert_DATA = common/org.gnome.Vino.convert
714
719
dist_noinst_DATA = \
715
720
        $(desktop_in_files) \
716
721
        \
717
 
        common/org.gnome.Vino.gschema.xml \
718
 
        $(gsettings_in_file) \
 
722
        $(gsettings_SCHEMAS) \
719
723
        \
720
724
        docs/remote-desktop.txt \
721
725
        docs/debugging.txt \
743
747
dist_noinst_SCRIPTS = autogen.sh
744
748
CLEANFILES = \
745
749
        $(nodist_desktop_DATA) \
746
 
        $(gsettings_SCHEMAS) \
747
750
        $(nodist_service_DATA) \
748
751
        $(marshal_data) \
749
752
        $(enum_data) \
2817
2820
 
2818
2821
@INTLTOOL_DESKTOP_RULE@
2819
2822
 
2820
 
@INTLTOOL_XML_NOMERGE_RULE@
2821
2823
@GSETTINGS_RULES@
2822
2824
 
2823
2825
@MAINTAINER_MODE_TRUE@dist-hook: dist-changelog