~ubuntu-branches/ubuntu/lucid/totem/lucid

« back to all changes in this revision

Viewing changes to src/plugins/skipto/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-25 11:43:11 UTC
  • mfrom: (1.11.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225114311-vsjdzq9kl2n2g3ss
Tags: 2.29.91-0ubuntu1
* New upstream version:
  - Fix compilation with newer versions of Tracker
  - Update time in the status bar when frame-stepping
  - Fix a lot of build problems with newer GTK+, or using pedantic linkers
  - Update Vala bindings for external plugins
  - Fix problems with the popup menu in the browser plugin
* debian/control.in:
  - updated the gstreamer and gtk requirements
* debian/patches/90_autotools.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
380
380
libskipto_la_LDFLAGS = $(modules_flags)
381
381
libskipto_la_CPPFLAGS = \
382
382
        $(common_defines)               \
383
 
        -I$(top_srcdir)/src/backend     \
384
 
        -I$(top_srcdir)/plparse
 
383
        -I$(top_srcdir)/src/backend
385
384
 
386
385
libskipto_la_CFLAGS = \
387
386
        $(DEPENDENCY_CFLAGS)            \