~ubuntu-branches/ubuntu/lucid/gnome-screensaver/lucid

« back to all changes in this revision

Viewing changes to savers/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2010-02-17 19:55:37 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217195537-gfdc7c8l1v2o10e6
Tags: 2.29.91-0ubuntu1
* New upstream version.
* Fixed bugs:
  - CVE-2010-0422, handle monitor hotplugging more securely
  - Fix screen dirt in floaters screensaver
* Refreshed patches:
  - 04_force_blank_only_on_ltsp.patch
  - 05_locking_for_compiz.patch
* debian/patches/13_nvidia_gamma_fade_fallback.patch:
  - Updated tags with upstream bug number now I've sent it upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
387
387
floaters_LDADD = \
388
388
        libgs-theme-engine.a            \
389
389
        $(GNOME_SCREENSAVER_SAVER_LIBS) \
 
390
        -lm                             \
390
391
        $(NULL)
391
392
 
392
393
popsquares_SOURCES = \
454
455
              exit 1;; \
455
456
          esac; \
456
457
        done; \
457
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign savers/Makefile'; \
 
458
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu savers/Makefile'; \
458
459
        $(am__cd) $(top_srcdir) && \
459
 
          $(AUTOMAKE) --foreign savers/Makefile
 
460
          $(AUTOMAKE) --gnu savers/Makefile
460
461
.PRECIOUS: Makefile
461
462
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
462
463
        @case '$?' in \