~kaozilon/totem/test

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Josselin Mouette, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2009-04-19 17:28:51 UTC
  • mfrom: (1.2.52 upstream) (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090419172851-epoqimnq62akn294
Tags: 2.26.1-1
[ Josselin Mouette ]
* totem-plugins depends on python-gdbm. Closes: #523582.

[ Sjoerd Simons ]
* New upstream release (2.26.1)
* debian/patches/02_flv.patch: Dropped, fixed upstream
* debian/patches/04_tracker_build.patch: Dropped, fixed upstream
* debian/patches/01_fake_keypresses.patch: Updated and simplified
* debian/patches/70_bbc_plugin.patch: Updated
* debian/patches/90_autotools.patch: Updated

[ Emilio Pozuelo Monfort ]
* Recommend gnome-codec-install rather than gnome-app-install.
  Closes: #523052.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
libskipto_la_SOURCES = \
26
26
        totem-skipto-plugin.c   \
27
27
        totem-skipto-plugin.h   \
 
28
        totem-time-entry.c      \
 
29
        totem-time-entry.h      \
28
30
        totem-skipto.c          \
29
31
        totem-skipto.h
30
32
libskipto_la_LDFLAGS = $(modules_flags)
34
36
        -I$(top_srcdir)/plparse
35
37
 
36
38
libskipto_la_CFLAGS =                   \
37
 
        $(EXTRA_GNOME_CFLAGS)           \
 
39
        $(DEPENDENCY_CFLAGS)            \
38
40
        $(WARN_CFLAGS)                  \
39
41
        $(DBUS_CFLAGS)                  \
40
42
        $(AM_CFLAGS)                    \